summaryrefslogtreecommitdiffstats
path: root/weblog-adhocquery-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-adhocquery-html.lsp')
-rw-r--r--weblog-adhocquery-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/weblog-adhocquery-html.lsp b/weblog-adhocquery-html.lsp
index 2ef0750..ee21bed 100644
--- a/weblog-adhocquery-html.lsp
+++ b/weblog-adhocquery-html.lsp
@@ -1,4 +1,4 @@
-<% local form, viewlibrary, page_info = ...
+<% local form, viewlibrary, page_info = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
@@ -20,7 +20,7 @@ html = require("acf.html")
}
</script>
-<%
+<%
local tablesortercolumns = {}
if form.value.types then
@@ -45,7 +45,7 @@ end
<% else %>
<table id="adhocresult" class="tablesorter">
<thead>
- <tr>
+ <tr>
<% for i,name in ipairs(form.value.names.value) do %>
<th><%= html.html_escape(name) %></th>
<% end %>