diff --git a/src/elogd.c b/src/elogd.c index 5c673233..75e820b5 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6296,7 +6296,9 @@ void show_html_header(LOGBOOK * lbs, BOOL expires, char *title, BOOL close_head, rsprintf("\n"); /* page title */ - rsprintf("%s\n", title); + rsprintf("\n"); + rsprintf("\n"); + rsprintf("%s\n", title); /* Cascading Style Sheet */ compose_base_url(lbs, css, sizeof(css));