diff options
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r-- | app/template-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp index dfd0206..a37a31e 100644 --- a/app/template-html.lsp +++ b/app/template-html.lsp @@ -1,5 +1,5 @@ <% local viewtable, viewlibrary, pageinfo, session = ... - html=require("html") %> + html=require("acf.html") %> Status: 200 OK Content-Type: text/html <% if (session.id) then |