summaryrefslogtreecommitdiffstats
path: root/shorewall-list-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-list-html.lsp')
-rw-r--r--shorewall-list-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-list-html.lsp b/shorewall-list-html.lsp
index 424349a..dc18373 100644
--- a/shorewall-list-html.lsp
+++ b/shorewall-list-html.lsp
@@ -6,5 +6,5 @@
<? for i = 1, table.maxn(view.filelist) do ?>
<dt><?= html.link{value = view.url .. "/edit?name=" .. view.filelist[i].name , label=view.filelist[i].name } ?></dt>
- <dd><i>Last modified:</i> <?= view.filelist[i].filedetails.mtime ?></dd>
+ <dd><i>Last modified:</i> <?= view.filelist[i].filedetails.mtimelong ?></dd>
<? end ?>