diff options
Diffstat (limited to 'logfiles-status-html.lsp')
-rw-r--r-- | logfiles-status-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logfiles-status-html.lsp b/logfiles-status-html.lsp index 743daea..2fdab82 100644 --- a/logfiles-status-html.lsp +++ b/logfiles-status-html.lsp @@ -31,7 +31,7 @@ <% end %> <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "view?name="..file.value.filename.value, label="View" } %></TD> <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "tail?name="..file.value.filename.value, label="Tail" } %></TD> - <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "download?name="..file.value.filename.value, label="Download" } %></TD> + <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "download?viewtype=stream&name="..file.value.filename.value, label="Download" } %></TD> <TD style="padding-right:20px;white-space:nowrap;text-align:right"><%= html.html_escape(file.value.filesize.value) %></TD> <TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(file.value.mtime.value) %></TD> <TD style="white-space:nowrap;"><%= html.html_escape(file.value.filename.value) %></TD> |