summaryrefslogtreecommitdiffstats
path: root/hostname-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'hostname-html.lsp')
-rw-r--r--hostname-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname-html.lsp b/hostname-html.lsp
index cae18ae..52238b3 100644
--- a/hostname-html.lsp
+++ b/hostname-html.lsp
@@ -1,7 +1,7 @@
<% local view = ... %>
<% require("viewfunctions") %>
-<h1><%= view.label %></h1>
+<h1><%= html.html_escape(view.label) %></h1>
<DL>
<% displayitem(view) %>
</DL>