aboutsummaryrefslogtreecommitdiff
path: root/html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'html.rb')
-rw-r--r--html.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.rb b/html.rb
index e0c521f..fc92971 100644
--- a/html.rb
+++ b/html.rb
@@ -69,7 +69,8 @@ end
module Dudle
def Dudle.tabs(active_tab)
ret = "<div id='tabs'><ul>"
- [["Poll","."],
+ [["Home",".."],
+ ["Poll","."],
["Admin","config.cgi"]].each{|tab,file|
if tab == active_tab
ret += "<li id='active_tab' >&nbsp;#{tab}&nbsp;</li> "