diff options
| -rw-r--r-- | postgresql-listfiles-html.lsp | 3 | 
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")  | 
