summaryrefslogtreecommitdiff
path: root/eg
diff options
context:
space:
mode:
Diffstat (limited to 'eg')
-rw-r--r--eg/cgi/customize.cgi2
-rw-r--r--eg/cgi/tryit.cgi2
2 files changed, 3 insertions, 1 deletions
diff --git a/eg/cgi/customize.cgi b/eg/cgi/customize.cgi
index d932f4ba23..c1c8187514 100644
--- a/eg/cgi/customize.cgi
+++ b/eg/cgi/customize.cgi
@@ -89,4 +89,4 @@ print hr(),
hr;
print a({HREF=>"/"},'Go to the home page');
-
+print end_html;
diff --git a/eg/cgi/tryit.cgi b/eg/cgi/tryit.cgi
index 155cd72a59..83c620c3e4 100644
--- a/eg/cgi/tryit.cgi
+++ b/eg/cgi/tryit.cgi
@@ -32,4 +32,6 @@ if (param()) {
hr;
}
print a({href=>'../cgi_docs.html'},'Go to the documentation');
+print end_html;
+