diff options
author | ivan <ivan> | 2009-04-29 18:25:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-04-29 18:25:48 +0000 |
commit | c1b01fc753bb1cbd9fedf7e17ac307d5e3d3cf00 (patch) | |
tree | 2f5ed142e87e13c46a8b9a9a582091a5ed679144 /httemplate/edit | |
parent | 4ebee65fbbd3855b3f3d3cd5c8805a615d7de957 (diff) |
fix inadvertant select box, RT#5277
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/svc_www.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi index eeb6f678c..cd4db7545 100644 --- a/httemplate/edit/svc_www.cgi +++ b/httemplate/edit/svc_www.cgi @@ -38,7 +38,7 @@ Service #<B><% $svcnum ? $svcnum : "(NEW)" %></B> % foreach $_ (keys %svc_acct) { <OPTION<% ($_ eq $usersvc) ? " SELECTED" : "" %> VALUE="<%$_%>"><% $svc_acct{$_} %> % } - <SELECT> + </SELECT> </TD> </TR> % } |