summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/config/config-view.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi
index 5f2166320..4d709e8c2 100644
--- a/httemplate/config/config-view.cgi
+++ b/httemplate/config/config-view.cgi
@@ -48,8 +48,8 @@
<tr>
<td><a href="javascript:void(0);" onClick="overlib( OLiframeContent('config.cgi?key=<% $i->key %>;agentnum=<% $agentnum %>', 522, 336, 'config_popup' ), CAPTION, 'Enter configuration value', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK ); return false;" name="<% $i->key %>">
- <b><% $i->key %></b>&nbsp;-&nbsp;<% $i->description %>
- </a></td>
+ <b><% $i->key %></b></a>&nbsp;-&nbsp;<% $i->description %>
+ </td>
<td><table border=0>
% foreach my $type ( ref($i->type) ? @{$i->type} : $i->type ) {
% my $n = 0;