summaryrefslogtreecommitdiffstats
path: root/ipsectools-listcerts-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'ipsectools-listcerts-html.lsp')
-rw-r--r--ipsectools-listcerts-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsectools-listcerts-html.lsp b/ipsectools-listcerts-html.lsp
index 90f8849..d2f3c69 100644
--- a/ipsectools-listcerts-html.lsp
+++ b/ipsectools-listcerts-html.lsp
@@ -4,7 +4,7 @@
<% displaycommandresults({"deletecert"}, session) %>
<% displaycommandresults({"uploadcert"}, session, true) %>
-<H1><%= view.label %></H1>
+<H1><%= html.html_escape(view.label) %></H1>
<DL>
<TABLE>
@@ -20,7 +20,7 @@
<%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/viewcert?cert="..cert.."&redir="..page_info.orig_action, label="View "} %>
<% end %>
</TD>
- <TD style="white-space:nowrap;"><%= cert %></TD>
+ <TD style="white-space:nowrap;"><%= html.html_escape(cert) %></TD>
</TR>
<% end %>
</TABLE>