summaryrefslogtreecommitdiffstats
path: root/template-logfiles-download-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'template-logfiles-download-html.lsp')
-rw-r--r--template-logfiles-download-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/template-logfiles-download-html.lsp b/template-logfiles-download-html.lsp
index a77f341..4ec6f5a 100644
--- a/template-logfiles-download-html.lsp
+++ b/template-logfiles-download-html.lsp
@@ -2,7 +2,7 @@
html=require("html") ?>
Status: 200 OK
Content-Type: application/octet-stream
-Content-Disposition: attachment; filename="Mika-send-me-the-filename.txt"
+Content-Disposition: attachment; filename="<?= viewtable.logfile.name ?>"
<? if (session.id) then
io.write( html.cookie.set("sessionid", session.id) )
else