aboutsummaryrefslogtreecommitdiff
path: root/config_poll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config_poll.rb')
-rwxr-xr-xconfig_poll.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_poll.rb b/config_poll.rb
index 336b444..e2529bc 100755
--- a/config_poll.rb
+++ b/config_poll.rb
@@ -142,14 +142,14 @@ $htmlout += <<HTMLHEAD
<head>
<meta http-equiv="Content-Type" content="#{$header["type"]}; charset=#{$header["charset"]}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
- <title>dudle - config - #{table.name}</title>
+ <title>dudle - Administration - #{table.name}</title>
<link rel="stylesheet" type="text/css" href="../dudle.css" title="default"/>
</head>
<body>
<div id='tabs'>
<ul>
<li class='nonactive_tab'><a href='.'>&nbsp;poll&nbsp;</a></li>
- <li id='active_tab'>&nbsp;config&nbsp;</li>
+ <li id='active_tab'>&nbsp;admin&nbsp;</li>
</ul>
</div>
HTMLHEAD