[freeside-commits] freeside/httemplate/config config.cgi, 1.26, 1.27
Ivan,,,
ivan at wavetail.420.am
Sat Oct 18 18:57:44 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv9019
Modified Files:
config.cgi
Log Message:
correctly allow re-editing of config options with " in them
Index: config.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/config/config.cgi,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- config.cgi 31 Mar 2008 21:43:39 -0000 1.26
+++ config.cgi 19 Oct 2008 01:57:42 -0000 1.27
@@ -59,7 +59,7 @@
% } elsif ( $type eq 'text' ) {
- <input name="<% "$key$n" %>" type="text" value="<% $conf->exists($key, $agentnum) ? $conf->config($key, $agentnum) : '' %>">
+ <input name="<% "$key$n" %>" type="text" value="<% $conf->exists($key, $agentnum) ? $conf->config($key, $agentnum) : '' |h %>">
% } elsif ( $type eq 'select' || $type eq 'selectmultiple' ) {
More information about the freeside-commits
mailing list