diff options
-rw-r--r-- | logfiles-status-html.lsp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/logfiles-status-html.lsp b/logfiles-status-html.lsp index 8e04d91..e1cebd9 100644 --- a/logfiles-status-html.lsp +++ b/logfiles-status-html.lsp @@ -5,12 +5,12 @@ <TABLE> <TR style="background:#eee;font-weight:bold;"> - <TD style="padding-right:20px;white-space:nowrap;">Delete</TD> - <TD style="padding-right:20px;white-space:nowrap;">Save</TD> - <TD style="padding-right:20px;white-space:nowrap;">View</TD> - <TD style="padding-right:20px;white-space:nowrap;text-align:right;">Size</TD> - <TD style="padding-right:20px;white-space:nowrap;">Last Modified</TD> - <TD style="white-space:nowrap;" WIDTH="90%">File</TD> + <TD style="padding-right:20px;white-space:nowrap;" class="header">Delete</TD> + <TD style="padding-right:20px;white-space:nowrap;" class="header">Save</TD> + <TD style="padding-right:20px;white-space:nowrap;" class="header">View</TD> + <TD style="padding-right:20px;white-space:nowrap;text-align:right;" class="header">Size</TD> + <TD style="padding-right:20px;white-space:nowrap;" class="header">Last Modified</TD> + <TD style="white-space:nowrap;" WIDTH="90%" class="header">File</TD> </TR> <? for i = 1, table.maxn(view.logfile) do ?> |