aboutsummaryrefslogtreecommitdiff
path: root/timepollhead.rb
diff options
context:
space:
mode:
Diffstat (limited to 'timepollhead.rb')
-rw-r--r--timepollhead.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/timepollhead.rb b/timepollhead.rb
index 37202af..6b77afb 100644
--- a/timepollhead.rb
+++ b/timepollhead.rb
@@ -344,7 +344,7 @@ END
ret += "<input type='hidden' name='columnid' value='#{TimeString.new(d,nil).to_s}' />"
end
ret += <<END
- <input type="text" name='columntime' title='e.g.: 09:30, morning, afternoon' maxlength="7" style="width: 7ex" /><br />
+ <input type="text" name='columntime' title='e.g.: 09:30, morning, afternoon' style="width: 7ex" /><br />
<input type="submit" value="Add" style="width: 100%" />
</div>
</form>