summaryrefslogtreecommitdiffstats
path: root/dansguardian-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 14:56:36 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 14:56:36 +0000
commit516eebd82b4e89aeaa13e8173e0242a3597a7c14 (patch)
tree896f64508f2ffda7c66747c4145a5399809c9d22 /dansguardian-listfiles-html.lsp
parent410343499134e70f9be7b4f5436b536b6e067230 (diff)
downloadacf-dansguardian-516eebd82b4e89aeaa13e8173e0242a3597a7c14.tar.bz2
acf-dansguardian-516eebd82b4e89aeaa13e8173e0242a3597a7c14.tar.xz
Remove trailing whitespaceHEADmaster
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 }) %>