aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.cgi b/index.cgi
index bef752d..b68c402 100755
--- a/index.cgi
+++ b/index.cgi
@@ -38,6 +38,8 @@ else
load "overview.rb"
end
+$htmlout += "</html>"
+
$cgi.out("type" => TYPE ,"charset" => CHARSET,"cookie" => $utfcookie, "Cache-Control" => "no-cache"){$htmlout}
end