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.lsp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shorewall-details-html.lsp b/shorewall-details-html.lsp
index 06436b0..b0643eb 100644
--- a/shorewall-details-html.lsp
+++ b/shorewall-details-html.lsp
@@ -14,6 +14,8 @@ io.write("</span>")
end %>
<H2><%= html.html_escape(data.label) %></H2>
+<DL>
<PRE>
<%= html.html_escape(data.value) %>
</PRE>
+</DL>