summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 13:48:56 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 13:48:56 +0200
commit1a2658ee0f71d1038057f0597927afb7acb218c5 (patch)
tree9f17d378489bbb116aec495162e1cae6a6fab865
parentad8e30783fa7bdf256b3d70f39a1820f01c16fea (diff)
downloadacf-postgresql-1a2658ee0f71d1038057f0597927afb7acb218c5.tar.bz2
acf-postgresql-1a2658ee0f71d1038057f0597927afb7acb218c5.tar.xz
Graphical fix. Modifying <DL> to fix skin issues.
-rw-r--r--postgresql-listfiles-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/postgresql-listfiles-html.lsp b/postgresql-listfiles-html.lsp
index f94653b..55c92ad 100644
--- a/postgresql-listfiles-html.lsp
+++ b/postgresql-listfiles-html.lsp
@@ -16,7 +16,7 @@ io.write("</span>")
end %>
<h1><%= html.html_escape(data.label) %></h1>
-
+<DL>
<TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
@@ -33,6 +33,7 @@ end %>
</TR>
<% end %>
</TABLE>
+</DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")