aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.cgi2
-rw-r--r--overview.rb2
-rw-r--r--participate.rb3
3 files changed, 5 insertions, 2 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
diff --git a/overview.rb b/overview.rb
index d2a5ee7..061c804 100644
--- a/overview.rb
+++ b/overview.rb
@@ -86,6 +86,6 @@ $htmlout += <<CREATE
CREATE
$htmlout += NOTICE
-$htmlout += "</body></html>"
+$htmlout += "</body>"
diff --git a/participate.rb b/participate.rb
index 8283581..759e0c5 100644
--- a/participate.rb
+++ b/participate.rb
@@ -140,4 +140,5 @@ $htmlout +=<<HIDDEN
</div>
HIDDEN
-$htmlout += "</body></html>"
+$htmlout += "</body>"
+