projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f22da38
)
src/utils_cgi.c: Fix format error.
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
475e14e
..
eb9d593
100644
(file)
--- a/
src/utils_cgi.c
+++ b/
src/utils_cgi.c
@@
-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 4</div>\n"
- "</a>\n");
+ "</a>\n"
, script_name ()
);
return (0);
} /* }}} int html_print_search_box */