Package: bugs.debian.org Tags: patch [ Resent as a bug against the bugs.d.o pseudo-package ]
Hi, the HTML output currently includes <link rel="icon" href="//favicon.png"> which refers to the host `favicon.png` (which does not exist). A patch to debbugs.git is attached, but I'm not sure whether https://bugs.debian.org/debbugs-source/debbugs.git is current or not. Ansgar ~*~ This bug report was brought to you by Firefox' Tracking Protection ~*~
> From 9562c10ab797e9d181c45099f05c47ca39e281e3 Mon Sep 17 00:00:00 2001 From: Ansgar <ans...@debian.org> Date: Wed, 25 Sep 2019 19:39:57 +0200 Subject: [PATCH] pre_title.tx: fix link to favicon.png --- templates/en_US/html/pre_title.tx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/en_US/html/pre_title.tx b/templates/en_US/html/pre_title.tx index 22cdfda..98c36d6 100644 --- a/templates/en_US/html/pre_title.tx +++ b/templates/en_US/html/pre_title.tx @@ -1,4 +1,4 @@ <!DOCTYPE html> <html><head> -<link rel="icon" href="//favicon.png"> +<link rel="icon" href="/favicon.png"> <title> \ No newline at end of file -- 2.23.0