summaryrefslogtreecommitdiffstats
path: root/tinydns-view-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 17:47:10 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 17:47:10 +0000
commit00508d5d1ff3125d378f9f7943d67107e31ca366 (patch)
treea48cb69f98b833fd60c4eef74f80f067c503cfa1 /tinydns-view-html.lsp
parent245ffaee674551e9d1ae1ce8f2e54f34f75d5b06 (diff)
downloadacf-tinydns-00508d5d1ff3125d378f9f7943d67107e31ca366.tar.bz2
acf-tinydns-00508d5d1ff3125d378f9f7943d67107e31ca366.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'tinydns-view-html.lsp')
-rw-r--r--tinydns-view-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tinydns-view-html.lsp b/tinydns-view-html.lsp
index 472bae3..5e77f6e 100644
--- a/tinydns-view-html.lsp
+++ b/tinydns-view-html.lsp
@@ -1,4 +1,4 @@
-<% local view, viewlibrary, page_info = ...
+<% local view, viewlibrary, page_info = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
@@ -8,7 +8,7 @@ html = require("acf.html")
document.write('<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"><\/script>');
}
</script>
-
+
<script type="text/javascript">
var last_phrase = "";
function filterPage(){
@@ -109,7 +109,7 @@ end
<form id="filter-list">Filter: <input name="filter" id="filter" value="" maxlength="30" size="30" type="text"></form>
<ul id="records">
<% local indent = {}
-for j,entry in ipairs(view.value) do
+for j,entry in ipairs(view.value) do
if entry.type ~= '%' then
indent = doListIndents(entry[1], indent) %>
<ul><li style='margin-left:10px;' id='filename=<%= html.html_escape(entry.filename) %>;linenumber=<%= html.html_escape(entry.linenumber) %>'>
@@ -126,7 +126,7 @@ for j,entry in ipairs(view.value) do
</table>
<% htmlviewfunctions.displayinfo(entry) %>
</li></ul>
- <% end
+ <% end
end
if #indent == 0 then %>
</ul>