summaryrefslogtreecommitdiffstats
path: root/opennhrp-listinterfaces-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'opennhrp-listinterfaces-html.lsp')
-rw-r--r--opennhrp-listinterfaces-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opennhrp-listinterfaces-html.lsp b/opennhrp-listinterfaces-html.lsp
index 7f9181c..ea899d0 100644
--- a/opennhrp-listinterfaces-html.lsp
+++ b/opennhrp-listinterfaces-html.lsp
@@ -5,7 +5,7 @@ require("viewfunctions")
<% displaycommandresults({"editinterface"}, session) %>
<h1><%= html.html_escape(view.label) %></h1>
-<TABLE>
+<DL><TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Action</TD>
<TD style="padding-right:20px;white-space:nowrap;text-align:right;" class="header">Interface</TD>
@@ -22,4 +22,4 @@ require("viewfunctions")
<TD style="white-space:nowrap;" width="90%"><P class="error"><%= string.gsub(html.html_escape(intf.errtxt), "\n", "<BR>") %></P></TD>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>