summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {