aboutsummaryrefslogtreecommitdiff
path: root/history.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 16:48:15 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 16:48:15 +0100
commit376f339b11a210f416064b77ae1c5c6cb82f157c (patch)
tree83e1a2da3ff675685ce1cf14e71488929c042255 /history.rb
parentae9a531b0f4b548e582a1026d072dd088326c1d5 (diff)
small HCI changes
Diffstat (limited to '')
-rwxr-xr-xhistory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/history.rb b/history.rb
index 5f206d8..b8c047e 100755
--- a/history.rb
+++ b/history.rb
@@ -39,7 +39,7 @@ if $cgi.include?("revision")
table = YAML::load(VCS.cat(revno, "data.yaml"))
else
revno = VCS.revno
- versiontitle = "Current Poll"
+ versiontitle = "Current Poll (Version #{revno})"
table = YAML::load_file("data.yaml")
end