summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r--app/template-html.lsp3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index a37a31e..81043b6 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -131,8 +131,7 @@ end
<div class="leader">
</div>
- <% local func = haserl.loadfile(pageinfo.viewfile) %>
- <% func (viewtable, viewlibrary, pageinfo, session) %>
+ <% pageinfo.viewfunc(viewtable, viewlibrary, pageinfo, session) %>
<div class="tailer">
</div>