aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit09152fff4d7a824d26c7267cf34687305e1bd1a0 (patch)
treed10b84e1b35d6993376214eaea8baee36c8a96d6 /cgi.c
parent46ffef79142d06cb1abfc5606aca20ba28bdb8e7 (diff)
downloadmandoc-09152fff4d7a824d26c7267cf34687305e1bd1a0.tar.gz
mandoc-09152fff4d7a824d26c7267cf34687305e1bd1a0.tar.zst
mandoc-09152fff4d7a824d26c7267cf34687305e1bd1a0.zip
Add some periods (just to see if mlmmj is working again...).
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi.c b/cgi.c
index 694e9f05..e58605ff 100644
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-/* $Id: cgi.c,v 1.21 2011/12/09 23:18:51 kristaps Exp $ */
+/* $Id: cgi.c,v 1.22 2011/12/10 00:06:34 kristaps Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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();
}