summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-02-22 21:11:21 +0000
committerivan <ivan>2009-02-22 21:11:21 +0000
commit91de9d1c2ce49b3044d4bc98ef400ff4825f0c34 (patch)
treebecf901290552d041fd597fc4df12a3a026d0fab
parent078812ef1d27fc80e6bd4922bbe389e1e2048414 (diff)
remove flailing ", RT#4902
-rw-r--r--httemplate/view/svc_www.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi
index c0f331619..cb1a3bbdf 100644
--- a/httemplate/view/svc_www.cgi
+++ b/httemplate/view/svc_www.cgi
@@ -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) {