From 0d2ffbf45a1879dd781912645b6a3bcf9329da8d Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 8 Jun 2009 13:04:27 +0200 Subject: show history in tooltip --- participate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'participate.rb') diff --git a/participate.rb b/participate.rb index 943b423..6cb0a3c 100644 --- a/participate.rb +++ b/participate.rb @@ -47,8 +47,8 @@ $htmlout +=" history:" ((REVISION-2)..(REVISION+2)).each do |i| if i >0 && i<=MAXREV $htmlout += " " - $htmlout += "" if REVISION != i - $htmlout += "#{i}" + $htmlout += "" if REVISION != i + $htmlout += "#{i}" $htmlout += "" if REVISION != i end end -- cgit v1.2.3