summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:19:48 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:19:48 +0000
commit99476b8cea8eefe835582d4609b53f9bfb44be7b (patch)
tree8b1ea87ec256f49e7d6d387ddb614f404bf81731
parent8088c571bedb50bf9aa8b959c0acda107691e2a4 (diff)
downloadacf-iproute2-qos-99476b8cea8eefe835582d4609b53f9bfb44be7b.tar.bz2
acf-iproute2-qos-99476b8cea8eefe835582d4609b53f9bfb44be7b.tar.xz
UI fix, bumped to 0.1.2v0.1.2
-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>