From 4430c5ec7de1d2c3af2ce27f12b0468e751b2051 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sun, 7 Mar 2010 06:49:26 +0200 Subject: display tooltip in pollhead-preview --- pollhead.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pollhead.rb') diff --git a/pollhead.rb b/pollhead.rb index 5026c23..a8387a5 100644 --- a/pollhead.rb +++ b/pollhead.rb @@ -61,10 +61,10 @@ SORTSYMBOL ret = "" ret += "" + _("Name") + " #{sortsymb(scols,"name")}\n" unless showeditbuttons @data.sort.each{|columntitle,columndescription| - ret += "" unless showeditbuttons + ret += "" unless showeditbuttons ret += "#{CGI.escapeHTML(columntitle)}" ret += "#{sortsymb(scols,columntitle)}" unless showeditbuttons if showeditbuttons -- cgit v1.2.3