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