Code

src/utils_cgi.c: Fix format error.
authorFlorian Forster <octo@verplant.org>
Tue, 7 Sep 2010 20:31:34 +0000 (22:31 +0200)
committerFlorian Forster <octo@verplant.org>
Tue, 7 Sep 2010 20:31:34 +0000 (22:31 +0200)
src/utils_cgi.c

index 475e14e4361427c394b946cce756dc13c35dd8ce..eb9d593affdb2d2e0531d8e779d94d6507715705 100644 (file)
@@ -757,7 +757,7 @@ int html_print_logo (__attribute__((unused)) void *user_data) /* {{{ */
   printf ("<a href=\"%s?action=list_graphs\" id=\"logo-canvas\">\n"
       "  <h1>C<sub>4</sub></h1>\n"
       "  <div id=\"logo-subscript\">collection&nbsp;4</div>\n"
-      "</a>\n");
+      "</a>\n", script_name ());
 
   return (0);
 } /* }}} int html_print_search_box */