summaryrefslogtreecommitdiffstats
path: root/shorewall-details-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 13:35:15 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 13:35:15 +0200
commit8fd4bc261d1bc9a4ac65e5aa933562037f9388d8 (patch)
treed15543ae17173e7ce1b0fe43c0088874f25b7e76 /shorewall-details-html.lsp
parenta5b22ad53ed596b75b09620776284de6f0e764d7 (diff)
downloadacf-shorewall-8fd4bc261d1bc9a4ac65e5aa933562037f9388d8.tar.bz2
acf-shorewall-8fd4bc261d1bc9a4ac65e5aa933562037f9388d8.tar.xz
Graphical fix. Modifying <DL> to fix skin issues.
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>