summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--qos-details-html.lsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cd34df8..fdc41de 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=iproute2-qos
PACKAGE=acf-$(APP_NAME)
-VERSION=0.1.1
+VERSION=0.1.2
APP_DIST=\
qos* \
diff --git a/qos-details-html.lsp b/qos-details-html.lsp
index 2409387..d5516bc 100644
--- a/qos-details-html.lsp
+++ b/qos-details-html.lsp
@@ -7,7 +7,7 @@ require("viewfunctions")
<% viewlibrary.dispatch_component("status") %>
<H2><%= html.html_escape(data.label) %></H2>
-<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:left;" class="header">Interface</TD>
@@ -37,4 +37,4 @@ require("viewfunctions")
<% end %>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>