diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-10 00:06:34 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-10 00:06:34 +0000 |
commit | 8c608d36c3fea82230317a1c68a6fa924aeceff1 (patch) | |
tree | 98f5c2410d4b77756ab595808b37359132d933dc /cgi.c | |
parent | d2efda8198d7b79306168747ae09a0e46d3d8602 (diff) | |
download | mandoc-8c608d36c3fea82230317a1c68a6fa924aeceff1.tar.gz |
Add some periods (just to see if mlmmj is working again...).
Diffstat (limited to 'cgi.c')
-rw-r--r-- | cgi.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -434,7 +434,7 @@ resp_error400(void) "<P>\n" "The query your entered was malformed.\n" "Try again from the\n" - "<A HREF=\"%s/index.html\">main page</A>\n" + "<A HREF=\"%s/index.html\">main page</A>.\n" "</P>", progname); resp_end_html(); } @@ -452,7 +452,7 @@ resp_error404(const char *page) printf("</B>,\n" "could not be found.\n" "Try searching from the\n" - "<A HREF=\"%s/index.html\">main page</A>\n" + "<A HREF=\"%s/index.html\">main page</A>.\n" "</P>", progname); resp_end_html(); } |