X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cgi.c;fp=src%2Futils_cgi.c;h=eb9d593affdb2d2e0531d8e779d94d6507715705;hb=57eb6f6ab2380fcee5ed6f8bc904e89dc7d22a9d;hp=475e14e4361427c394b946cce756dc13c35dd8ce;hpb=f22da38d185608a0383da66e1c7d707b9cf5aebb;p=collection4.git 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 */