summaryrefslogtreecommitdiffstats
path: root/freeswitch-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 15:02:09 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 15:02:09 +0000
commite535101d49272091d675b3f9239bba28aa5abc2f (patch)
tree9e3819094f5c15dc2515d438b88d52e043026a48 /freeswitch-listfiles-html.lsp
parentb3a56eab3c7fbee6183d15709a83fe8e6e1bc5f1 (diff)
downloadacf-freeswitch-master.tar.bz2
acf-freeswitch-master.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'freeswitch-listfiles-html.lsp')
-rw-r--r--freeswitch-listfiles-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/freeswitch-listfiles-html.lsp b/freeswitch-listfiles-html.lsp
index 5752ab1..5d17b4b 100644
--- a/freeswitch-listfiles-html.lsp
+++ b/freeswitch-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")
%>
@@ -24,7 +24,7 @@ html = require("acf.html")
<% htmlviewfunctions.displaycommandresults({"editfile", "deletefile", "reloadxml"}, session) %>
<% htmlviewfunctions.displaycommandresults({"createfile"}, session, true) %>
-<% if viewlibrary and viewlibrary.dispatch_component then
+<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>