summaryrefslogtreecommitdiffstats
path: root/kamailio-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 14:46:19 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 14:46:19 +0000
commite7cc69b3246dcdbbe4aab0241b67d3046bf99e04 (patch)
tree4c147c881463ec7bade8d6db83491f765ef972a9 /kamailio-listfiles-html.lsp
parent3b2fe7d9748212b29e322edb732aabe757566473 (diff)
downloadacf-kamailio-master.tar.bz2
acf-kamailio-master.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'kamailio-listfiles-html.lsp')
-rw-r--r--kamailio-listfiles-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kamailio-listfiles-html.lsp b/kamailio-listfiles-html.lsp
index 5b1c284..e63f826 100644
--- a/kamailio-listfiles-html.lsp
+++ b/kamailio-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 %>