From 4447de0d7e8591981f060add962f29f58d1e91b0 Mon Sep 17 00:00:00 2001
From: Fabian Keil 
Date: Fri, 11 Dec 2020 08:06:18 +0100
Subject: [PATCH] Add an alt text for the Privoxy logo shown on the homepage
---
 GNUmakefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 6d5866d1..f0b75ba0 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -589,7 +589,7 @@ dok-webserver:
 	s/\.\d\. //;\
 	s/__copy/©/;\
 	s@(\1@; s@(
\n\1@;' \
+	s@(Privoxy is a non-caching)@
\n\1@;' \
      doc/webserver/index.html && $(RM) doc/webserver/*.bak
 
 # privoxy-index.html for local documentation:
-- 
2.50.1