aboutsummaryrefslogtreecommitdiff
path: root/pollhead.rb
diff options
context:
space:
mode:
Diffstat (limited to 'pollhead.rb')
-rw-r--r--pollhead.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/pollhead.rb b/pollhead.rb
index 17a05bb..12673ce 100644
--- a/pollhead.rb
+++ b/pollhead.rb
@@ -59,7 +59,7 @@ class PollHead
SORTSYMBOL
end
ret = "<tr>"
- ret += "<th><a href='?sort=name'>" + _("Name") + " #{sortsymb(scols,"name")}</a></th>\n" unless showeditbuttons
+ ret += "<th colspan='2'><a href='?sort=name'>" + _("Name") + " #{sortsymb(scols,"name")}</a></th>\n" unless showeditbuttons
@data.sort.each{|columntitle,columndescription|
ret += "<th title=\"#{columndescription}\""
ret += " id='active' " if activecolumn == columntitle