From: Florian Forster Date: Wed, 22 Sep 2010 14:44:15 +0000 (+0200) Subject: src/utils_cgi.c: Fix paths of included JavaScript and CSS files. X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=6760d3740f2c8c7b30310b7f3065147c34ff9802;ds=sidebyside src/utils_cgi.c: Fix paths of included JavaScript and CSS files. --- diff --git a/src/utils_cgi.c b/src/utils_cgi.c index 40768dd..372b4e3 100644 --- a/src/utils_cgi.c +++ b/src/utils_cgi.c @@ -687,16 +687,16 @@ int html_print_page (const char *title, /* {{{ */ printf ("\n" " \n" " %s\n" - " \n" - " \n" - " \n" - " \n" - " \n" - " \n" " \n", title_html);