aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-22 07:51:33 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-22 07:51:33 +0100
commit7df781679a88075535142b42190b7635331b128b (patch)
treecf4bd09647d0619d9e1f1f92c6c7a10328847360 /index.cgi
parentc339278dca54fa55767ad559c5656d41e56daf7e (diff)
better css (fixes opera issue partially)
validated
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)