aboutsummaryrefslogtreecommitdiff
path: root/pollhead.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-25 19:51:51 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-25 19:51:51 +0100
commitdd6562f05368466d3e4753c023b391d3a4d91175 (patch)
treebce56939ae39cf052405dac61899a4269355683f /pollhead.rb
parent24a623cf57bb4ef1950cb7c7ee2edb4f6b1cfb2f (diff)
removed fieldset
Diffstat (limited to 'pollhead.rb')
-rw-r--r--pollhead.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/pollhead.rb b/pollhead.rb
index 87d2cb3..8dd6121 100644
--- a/pollhead.rb
+++ b/pollhead.rb
@@ -131,11 +131,11 @@ EDITDELETE
<input type='submit' value='Add/Edit Column' />
</div>
</form>
-<fieldset><legend>Preview</legend>
+<h2>Preview</h2>
<table summary='Preview poll head'>
#{to_html([],true,activecolumn)}
</table>
-</fieldset>
+
END
end
end