aboutsummaryrefslogtreecommitdiff
path: root/history.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-21 09:00:58 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-21 09:00:58 +0100
commit47eadddd01601b083c83b3520568255fdd6378a1 (patch)
tree4ab934c2401b8eafce5fb5841df2787e5fa8df7d /history.rb
parentccb649b03181010d19e673e1bf75bb62e6b54cc0 (diff)
show table name as h1 in every page
Diffstat (limited to 'history.rb')
-rwxr-xr-xhistory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/history.rb b/history.rb
index 1d438c6..34daa63 100755
--- a/history.rb
+++ b/history.rb
@@ -50,7 +50,7 @@ $html << Dudle::tabs("History")
$html << <<TABLE
<div id='main'>
- <h1>History of #{table.name}</h1>
+ <h1>#{table.name}</h1>
TABLE