X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Futils_cgi.c;h=eb9d593affdb2d2e0531d8e779d94d6507715705;hp=475e14e4361427c394b946cce756dc13c35dd8ce;hb=2ef734476e3511b6f1c2611875e340b6b8ca2d4c;hpb=551bbc6b3aaa1c7adfc513a31e9abee13aeb36d5 diff --git a/src/utils_cgi.c b/src/utils_cgi.c index 475e14e..eb9d593 100644 --- a/src/utils_cgi.c +++ b/src/utils_cgi.c @@ -757,7 +757,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 */