From: Fabian Keil <fk@fabiankeil.de> Date: Fri, 11 Dec 2020 07:06:18 +0000 (+0100) Subject: Add an alt text for the Privoxy logo shown on the homepage X-Git-Tag: v_3_0_30~270^2~41 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/man-page/developer-manual/static/gitweb.js?a=commitdiff_plain;h=4447de0d7e8591981f060add962f29f58d1e91b0;p=privoxy.git Add an alt text for the Privoxy logo shown on the homepage --- 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@(<SUB)@<p style="text-align: center">\1@; s@(</SUB)@\1></p@;\ - s@(Privoxy is a non-caching)@<img src="images/privoxy.png" align="right">\n\1@;' \ + s@(Privoxy is a non-caching)@<img src="images/privoxy.png" align="right" alt="Privoxy logo">\n\1@;' \ doc/webserver/index.html && $(RM) doc/webserver/*.bak # privoxy-index.html for local documentation: