summaryrefslogtreecommitdiffstats
path: root/app/template-stream.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/template-stream.lsp')
-rw-r--r--app/template-stream.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/template-stream.lsp b/app/template-stream.lsp
index e8a6e68..17693af 100644
--- a/app/template-stream.lsp
+++ b/app/template-stream.lsp
@@ -9,4 +9,4 @@ Content-Length: <%= viewtable.length %>
Content-Disposition: attachment; filename="<%= viewtable.label %>"
<% end %>
<% io.write("\n") %>
-<%= viewtable.value %>
+<% pageinfo.viewfunc(viewtable, viewlibrary, pageinfo, session) %>