X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig.cgi;h=4bcd8e4145b77f9bace239c2430dfa6d0b3980ee;hb=442cb5be5190c0639e3afebcf99c90d9f31af7f9;hp=d58c2f89b295a383d4b018199b211ff85227ded6;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index d58c2f89b..4bcd8e414 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -50,7 +50,7 @@ Setting <% $key %> % } elsif ( $type eq 'textarea' ) { - + % } elsif ( $type eq 'checkbox' ) { @@ -59,7 +59,7 @@ Setting <% $key %> % } elsif ( $type eq 'text' ) { - " type="text" value="<% $conf->exists($key, $agentnum) ? $conf->config($key, $agentnum) : '' %>"> + " type="text" value="<% $conf->exists($key, $agentnum) ? $conf->config($key, $agentnum) : '' |h %>"> % } elsif ( $type eq 'select' || $type eq 'selectmultiple' ) {