summaryrefslogtreecommitdiffstats
path: root/weblog-listsources-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-listsources-html.lsp')
-rw-r--r--weblog-listsources-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/weblog-listsources-html.lsp b/weblog-listsources-html.lsp
index 090962b..a5b57e0 100644
--- a/weblog-listsources-html.lsp
+++ b/weblog-listsources-html.lsp
@@ -1,4 +1,4 @@
-<% local data, viewlibrary, page_info, session = ...
+<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
@@ -31,7 +31,7 @@ html = require("acf.html")
<th>Enabled</th>
<th>Source</th>
<th>Method</th>
- </tr>
+ </tr>
</thead><tbody>
<% local sourcename = cfe({ type="hidden", value="" }) %>
<% local redir = cfe({ type="hidden", value=page_info.orig_action }) %>