X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Futils_cgi.c;h=7995e3f1b8cd323992bdbb7c0150b0c461624e2d;hp=475e14e4361427c394b946cce756dc13c35dd8ce;hb=4f4a330557182d024ed5854bd9c79880b6fdaeb6;hpb=551bbc6b3aaa1c7adfc513a31e9abee13aeb36d5 diff --git a/src/utils_cgi.c b/src/utils_cgi.c index 475e14e..7995e3f 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", @@ -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 */