summaryrefslogtreecommitdiffstats
path: root/dansguardian-listfiles-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dansguardian-listfiles-html.lsp')
-rw-r--r--dansguardian-listfiles-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/dansguardian-listfiles-html.lsp b/dansguardian-listfiles-html.lsp
index 08ec66e..55bfb8f 100644
--- a/dansguardian-listfiles-html.lsp
+++ b/dansguardian-listfiles-html.lsp
@@ -1,4 +1,4 @@
-<% local view, viewlibrary, page_info, session = ...
+<% local view, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
@@ -23,7 +23,7 @@ html = require("acf.html")
<% htmlviewfunctions.displaycommandresults({"edit"}, session) %>
-<% if viewlibrary and viewlibrary.dispatch_component then
+<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
@@ -34,7 +34,7 @@ end %>
<th>File</th>
<th>Size</th>
<th>Last Modified</th>
- </tr>
+ </tr>
</thead><tbody>
<% local filename = cfe({ type="hidden", value="" }) %>
<% local redir = cfe({ type="hidden", value=page_info.orig_action }) %>