From 6ec707c83bc01e6c4cbf13bf2d5360fb842fdf18 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 25 Oct 2005 18:40:13 +0000 Subject: [PATCH] Added meta tag SVN revision: 1531 --- src/elogd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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));