summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shorewall-details-html.lsp2
-rw-r--r--shorewall-listfiles-html.lsp3
2 files changed, 3 insertions, 2 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>
diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp
index 0c36913..8e0c646 100644
--- a/shorewall-listfiles-html.lsp
+++ b/shorewall-listfiles-html.lsp
@@ -16,7 +16,7 @@ io.write("</span>")
end %>
<h1><%= html.html_escape(data.label) %></h1>
-
+<DL>
<TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
@@ -33,7 +33,6 @@ end %>
</TR>
<% end %>
</TABLE>
-<DL>
<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/check") %>">
<DT>Check Configuration</DT>
<DD><input class="submit" type="submit" value="Check"></DD>