diff options
-rw-r--r-- | app/template-stream.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/template-stream.lsp b/app/template-stream.lsp index 79c828e..e8a6e68 100644 --- a/app/template-stream.lsp +++ b/app/template-stream.lsp @@ -3,6 +3,7 @@ Status: 200 OK Content-Type: <% print(viewtable.option or "application/octet-stream") %> <% if viewtable.length then %> Content-Length: <%= viewtable.length %> +<% io.write("\n") %> <% end %> <% if viewtable.label ~= "" then %> Content-Disposition: attachment; filename="<%= viewtable.label %>" |