X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cgi.c;h=4c88151dec7844ff18165c67d868cea5122b2b11;hb=2ea55b3be5e18fc58050670f9419f35d66ba2ec8;hp=475e14e4361427c394b946cce756dc13c35dd8ce;hpb=551bbc6b3aaa1c7adfc513a31e9abee13aeb36d5;p=collection4.git diff --git a/src/utils_cgi.c b/src/utils_cgi.c index 475e14e..4c88151 100644 --- a/src/utils_cgi.c +++ b/src/utils_cgi.c @@ -687,10 +687,12 @@ int html_print_page (const char *title, /* {{{ */ printf ("\n" " \n" " %s\n" - " \n" - " \n" - " \n" + " \n" " \n", title_html); @@ -744,7 +746,7 @@ int html_print_page (const char *title, /* {{{ */ printf ("\n" " \n" " \n" - "
"PACKAGE_STRING"
\n" + "
"PACKAGE_STRING"
\n" " \n" "\n"); @@ -757,7 +759,7 @@ int html_print_logo (__attribute__((unused)) void *user_data) /* {{{ */ printf ("\n" "

C4

\n" "
collection 4
\n" - "
\n"); + "\n", script_name ()); return (0); } /* }}} int html_print_search_box */