From 1ed5d85bb40f60994fff43c99add1b3ca646f2d1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 31 Mar 2021 09:22:48 +0200 Subject: view/html: Use absolute download URL. --- mumi/web/view/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index f6d50e9..b212972 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -566,7 +566,7 @@ currently disabled.")) (title ,(date->string (date message)))) ,(time->string (date message))))) (div (@ (class "download-message")) - (a (@ (href ,(format #f "issue/~a/raw/~a" + (a (@ (href ,(format #f "/issue/~a/raw/~a" id message-number))) ,download-icon)) ,@(if (string-suffix? previous-subject (subject message)) -- cgit v1.2.3