aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index b67d0b5..651fa33 100755
--- a/index.cgi
+++ b/index.cgi
@@ -77,7 +77,7 @@ unless $html.header["status"] == "REDIRECT"
$html << <<CREATE
<fieldset><legend>Create New Poll</legend>
<form method='post' action='.'>
-<table>
+<table summary='Create a new Poll'>
<tr>
<td class='create_poll'><label title="#{poll_name_tip = "the name equals the link under which you receive the poll"}" for="poll_name">Name:</label></td>
<td class='create_poll'><input title="#{poll_name_tip}" id="poll_name" size='16' type='text' name='create_poll' value="#{CGI.escapeHTML($cgi["create_poll"])}" /></td>
@@ -102,6 +102,7 @@ unless $html.header["status"] == "REDIRECT"
CREATE
$html << NOTICE
+ $html << "</body>"
end
$html.out($cgi)