summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--logfiles-download-html.lsp2
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b02d1d0..c476d95 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,8 @@ APP_DIST=hostname-controller.lua \
logfiles-read-html.lsp \
logfiles-delete-html.lsp \
logfiles-view-html.lsp \
- logfiles-download-html.lsp
+ logfiles-download-html.lsp \
+ template-logfiles-download-html.lsp
EXTRA_DIST=README Makefile config.mk
diff --git a/logfiles-download-html.lsp b/logfiles-download-html.lsp
index d0f1abb..3598ef7 100644
--- a/logfiles-download-html.lsp
+++ b/logfiles-download-html.lsp
@@ -1,5 +1,3 @@
<? local view = ... ?>
-content-type: application/octet-stream<BR>
-content-disposition: attachement; filename=changeme.txt<BR><BR>
<?= view.logfile.value ?>