summaryrefslogtreecommitdiffstats
path: root/logfiles-view-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-view-html.lsp')
-rw-r--r--logfiles-view-html.lsp4
1 files changed, 0 insertions, 4 deletions
diff --git a/logfiles-view-html.lsp b/logfiles-view-html.lsp
index 0923230..88c2344 100644
--- a/logfiles-view-html.lsp
+++ b/logfiles-view-html.lsp
@@ -7,14 +7,10 @@
<dl>
<dt>File name</dt>
<dd><?= view.logfile.details.path ?></dd>
-</dl>
-<dl>
<dt>File size</dt>
<dd><?= view.logfile.details.size ?></dd>
-</dl>
-<dl>
<dt>Last modified</dt>
<dd><?= view.logfile.details.mtime ?></dd>
</dl>