X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cgi.c;h=fbabda6a4f50685e26cfb59e655ae7a7d0a0625b;hb=bf5ca77e08ca75fba83c7c5a9a7bb288692ae6d6;hp=47a531fbaac13e20cc6f246051a7cab528d2d06e;hpb=b988bcc13c655299bc3796cccaa583f62704e759;p=collection4.git diff --git a/src/utils_cgi.c b/src/utils_cgi.c index 47a531f..fbabda6 100644 --- a/src/utils_cgi.c +++ b/src/utils_cgi.c @@ -579,7 +579,7 @@ int html_print_page (const char *title, /* {{{ */ "\n\n"); if (title == NULL) - title = "c4: collection4 graph interface"; + title = "C₄: collection4 graph interface"; title_html = html_escape (title); @@ -643,6 +643,7 @@ int html_print_page (const char *title, /* {{{ */ printf ("\n" " \n" " \n" + "
"PACKAGE_STRING"
\n" " \n" "\n"); @@ -653,7 +654,7 @@ int html_print_page (const char *title, /* {{{ */ int html_print_logo (__attribute__((unused)) void *user_data) /* {{{ */ { printf ("\n" - "

c4

\n" + "

C4

\n" "
collection 4
\n" "
\n");