X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig.cgi;h=5e73b59e1d822cd652277822e3eba397a4299da5;hb=beab5e8857fa4961c22c7ccc49c9fea333c593a7;hp=d58c2f89b295a383d4b018199b211ff85227ded6;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index d58c2f89b..5e73b59e1 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' ) {