summaryrefslogtreecommitdiffstats
path: root/shorewall-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-details-html.lsp')
-rw-r--r--shorewall-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/shorewall-details-html.lsp b/shorewall-details-html.lsp
index d5a65ec..06436b0 100644
--- a/shorewall-details-html.lsp
+++ b/shorewall-details-html.lsp
@@ -13,7 +13,7 @@ io.write("</span>")
viewlibrary.dispatch_component("status")
end %>
-<H2><%= data.label %></H2>
+<H2><%= html.html_escape(data.label) %></H2>
<PRE>
-<%= data.value %>
+<%= html.html_escape(data.value) %>
</PRE>