X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Futils_cgi.c;h=40768dd605bd0097c0a2a87fc86fe976b67ef0d3;hp=475e14e4361427c394b946cce756dc13c35dd8ce;hb=ae3e7993c119bcfedc76239c1f8a5d8cf1a8c8d9;hpb=551bbc6b3aaa1c7adfc513a31e9abee13aeb36d5 diff --git a/src/utils_cgi.c b/src/utils_cgi.c index 475e14e..40768dd 100644 --- a/src/utils_cgi.c +++ b/src/utils_cgi.c @@ -690,6 +690,12 @@ int html_print_page (const char *title, /* {{{ */ " \n" " \n" + " \n" + " \n" + " \n" " \n" " \n", @@ -744,7 +750,7 @@ int html_print_page (const char *title, /* {{{ */ printf ("\n" " \n" " \n" - "
"PACKAGE_STRING"
\n" + "
"PACKAGE_STRING"
\n" " \n" "\n"); @@ -757,7 +763,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 */