summaryrefslogtreecommitdiffstats
path: root/tcpproxy-listsmtpentries-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'tcpproxy-listsmtpentries-html.lsp')
-rw-r--r--tcpproxy-listsmtpentries-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcpproxy-listsmtpentries-html.lsp b/tcpproxy-listsmtpentries-html.lsp
index 87809a9..9a48e7b 100644
--- a/tcpproxy-listsmtpentries-html.lsp
+++ b/tcpproxy-listsmtpentries-html.lsp
@@ -23,9 +23,9 @@ require("viewfunctions")
<%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delsmtpentry?ipaddr="..(interface.ipaddr or interface.interface), label="Delete "} %>
<% end %>
</TD>
- <TD style="padding-right:20px;white-space:nowrap;"><%= interface.interface or "" %></TD>
- <TD style="padding-right:20px;white-space:nowrap;"><%= interface.ipaddr or "" %></TD>
- <TD style="white-space:nowrap;"><%= interface.cmd or "" %></TD>
+ <TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(interface.interface) %></TD>
+ <TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(interface.ipaddr) %></TD>
+ <TD style="white-space:nowrap;"><%= html.html_escape(interface.cmd) %></TD>
</TR>
<% end %>
</TABLE>