[freeside-commits] freeside/httemplate/view svc_www.cgi,1.19,1.20
Ivan,,,
ivan at wavetail.420.am
Sun Feb 22 13:11:23 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv9899
Modified Files:
svc_www.cgi
Log Message:
remove flailing ", RT#4902
Index: svc_www.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_www.cgi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- svc_www.cgi 3 Dec 2008 21:12:20 -0000 1.19
+++ svc_www.cgi 22 Feb 2009 21:11:21 -0000 1.20
@@ -39,7 +39,7 @@
<TR>
<TD ALIGN="right">Config lines</TD>
- <TD BGCOLOR="#ffffff"><PRE><% join("\n", $svc_www->config) |h %>"</PRE></TD>
+ <TD BGCOLOR="#ffffff"><PRE><% join("\n", $svc_www->config) |h %></PRE></TD>
</TR>
% foreach (sort { $a cmp $b } $svc_www->virtual_fields) {
More information about the freeside-commits
mailing list