aboutsummaryrefslogtreecommitdiff
path: root/timepollhead.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-02-22 15:57:57 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-02-22 15:57:57 +0100
commitf2ded2e1b1199e14c8121f7d4323ec195dcfda4e (patch)
tree94d09e38ee45308e711dd994f776e5edeaa4b6ac /timepollhead.rb
parente5b6897c940774e69b83748ce56ed0ae461de6a8 (diff)
set border=1 for better display in text browsers
Diffstat (limited to 'timepollhead.rb')
-rw-r--r--timepollhead.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/timepollhead.rb b/timepollhead.rb
index 1ff90d7..d95982d 100644
--- a/timepollhead.rb
+++ b/timepollhead.rb
@@ -267,7 +267,7 @@ FORM
<div id='AddRemoveColumndaysDescription' class='shorttextcolumn'>
#{hintstr}
</div>
-<table class='calendarday'><tr>
+<table border='1' class='calendarday'><tr>
END
ret += datenavi(MONTHBACK,revision)
ret += "<th colspan='3'>#{@startdate.strftime('%b %Y')}</th>"
@@ -316,7 +316,7 @@ END
#{optstr}<br/>
#{hintstr}
</div>
-<table class='calendarday'>
+<table border='1' class='calendarday'>
<tr>
END