summaryrefslogtreecommitdiffstats
path: root/provisioning-listgroups-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'provisioning-listgroups-html.lsp')
-rw-r--r--provisioning-listgroups-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/provisioning-listgroups-html.lsp b/provisioning-listgroups-html.lsp
index b6435af..418828b 100644
--- a/provisioning-listgroups-html.lsp
+++ b/provisioning-listgroups-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")
%>
@@ -32,7 +32,7 @@ html = require("acf.html")
<th>Name</th>
<th>Label</th>
<th>Sequence</th>
- </tr>
+ </tr>
</thead><tbody>
<% local group_id = cfe({ type="hidden", value="" }) %>
<% local redir = cfe({ type="hidden", value=page_info.orig_action }) %>