diff options
Diffstat (limited to 'did-viewactivitylog-html.lsp')
-rw-r--r-- | did-viewactivitylog-html.lsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/did-viewactivitylog-html.lsp b/did-viewactivitylog-html.lsp index f5ab305..6499c7a 100644 --- a/did-viewactivitylog-html.lsp +++ b/did-viewactivitylog-html.lsp @@ -1,6 +1,6 @@ <% local data, viewlibrary, page_info, session = ... %> <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;" class="header">Date</TD> <TD style="padding-right:20px;white-space:nowrap;" class="header">Message</TD> @@ -22,3 +22,4 @@ <% if #data.value == 0 then %> <p>No history found</p> <% end %> +</DL> |