summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--ppp-listpeers-html.lsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5b173d7..d25c9e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=ppp
PACKAGE=acf-$(APP_NAME)
-VERSION=0.1.2
+VERSION=0.1.3
APP_DIST=\
ppp* \
diff --git a/ppp-listpeers-html.lsp b/ppp-listpeers-html.lsp
index 79cae6c..d2760ad 100644
--- a/ppp-listpeers-html.lsp
+++ b/ppp-listpeers-html.lsp
@@ -6,7 +6,7 @@ require("viewfunctions")
<% displaycommandresults({"createpeer"}, session, true) %>
<h1>Peer Files</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="white-space:nowrap;text-align:left;" class="header">Peer File</TD>
@@ -22,7 +22,7 @@ require("viewfunctions")
<TD style="white-space:nowrap;" width="90%"><%= html.html_escape(string.gsub(file, "^.*/", "")) %></TD>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>
<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].createpeer then
viewlibrary.dispatch_component("createpeer")