summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rc-status-html.lsp2
-rw-r--r--syslog-config-html.lsp4
2 files changed, 5 insertions, 1 deletions
diff --git a/rc-status-html.lsp b/rc-status-html.lsp
index 514f1df..851050e 100644
--- a/rc-status-html.lsp
+++ b/rc-status-html.lsp
@@ -4,6 +4,7 @@
<% displaycommandresults({"edit"}, session) %>
<H1><%= html.html_escape(view.label) %></H1>
+<DL>
<TABLE>
<TR>
<% if session.permissions.rc.edit then %>
@@ -21,3 +22,4 @@ for i,item in ipairs(view.value) do %>
</TR>
<% end %>
</TABLE>
+</DL>
diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp
index a8ed0a9..dd9ad02 100644
--- a/syslog-config-html.lsp
+++ b/syslog-config-html.lsp
@@ -15,9 +15,10 @@ io.write("</span>")
end %>
<H1>Configuration</H1>
+<H2>Advanced Configuration</H2>
<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action %>
<% displayformstart(form) %>
-<H2>Advanced Configuration</H2>
+</DL>
<H3>General</H3>
<DL>
<%
@@ -41,6 +42,7 @@ end %>
%>
</DL>
<H2>Save and Apply Above Settings</H2>
+<DL>
<% displayformend(form) %>
<% if viewlibrary and viewlibrary.dispatch_component then