summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f22da38)
raw | patch | inline | side by side (parent: f22da38)
author | Florian Forster <octo@verplant.org> | |
Tue, 7 Sep 2010 20:31:34 +0000 (22:31 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Tue, 7 Sep 2010 20:31:34 +0000 (22:31 +0200) |
src/utils_cgi.c | patch | blob | history |
diff --git a/src/utils_cgi.c b/src/utils_cgi.c
index 475e14e4361427c394b946cce756dc13c35dd8ce..eb9d593affdb2d2e0531d8e779d94d6507715705 100644 (file)
--- a/src/utils_cgi.c
+++ b/src/utils_cgi.c
printf ("<a href=\"%s?action=list_graphs\" id=\"logo-canvas\">\n"
" <h1>C<sub>4</sub></h1>\n"
" <div id=\"logo-subscript\">collection 4</div>\n"
- "</a>\n");
+ "</a>\n", script_name ());
return (0);
} /* }}} int html_print_search_box */