summaryrefslogtreecommitdiffstats
path: root/cgi.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-10 00:06:34 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-10 00:06:34 +0000
commit8c608d36c3fea82230317a1c68a6fa924aeceff1 (patch)
tree98f5c2410d4b77756ab595808b37359132d933dc /cgi.c
parentd2efda8198d7b79306168747ae09a0e46d3d8602 (diff)
downloadmandoc-8c608d36c3fea82230317a1c68a6fa924aeceff1.tar.gz
Add some periods (just to see if mlmmj is working again...).
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi.c b/cgi.c
index cc10eab5..edb372e2 100644
--- a/cgi.c
+++ b/cgi.c
@@ -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();
}