summaryrefslogtreecommitdiffstats
path: root/samba-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:30:35 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:30:35 +0000
commit7f15ba6d31bae6ccb09e69df2be05de9b052a2ea (patch)
tree3f18fc28b55c884776b21c43d19a062cbc58ef18 /samba-listfiles-html.lsp
parent63c6c400bdf374e394858dab4ed67f46c502f4b1 (diff)
downloadacf-samba-478d8cccb6c016c6f65f9e5a7138807de6c356a0.tar.bz2
acf-samba-478d8cccb6c016c6f65f9e5a7138807de6c356a0.tar.xz
UI fix, bumped to 0.3.3v0.3.3
Diffstat (limited to 'samba-listfiles-html.lsp')
-rw-r--r--samba-listfiles-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/samba-listfiles-html.lsp b/samba-listfiles-html.lsp
index 13bd484..a4373fc 100644
--- a/samba-listfiles-html.lsp
+++ b/samba-listfiles-html.lsp
@@ -9,7 +9,7 @@ require("viewfunctions")
end %>
<h1><%= html.html_escape(data.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">File</TD>
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">Size</TD>
@@ -25,7 +25,7 @@ end %>
<TD style="white-space:nowrap;" width="90%"><%= html.html_escape(file.mtime) %></TD>
</TR>
<% end %>
-</TABLE>
+</TABLE></DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")