aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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