From: Fabian Keil Date: Thu, 20 Sep 2012 10:42:49 +0000 (+0000) Subject: Remove tidy's clean flag as it changes the scope of attributes X-Git-Tag: v_3_0_20~272 X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=commitdiff_plain;h=b17b2df282ff9328ca0f964eabdb8e35f2bf7453;p=privoxy.git Remove tidy's clean flag as it changes the scope of attributes Link-specific colors end up being applied to all text. Reported by Adam Piggott in #3569551. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index c6f7202e..a2db02dd 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.206 2012/03/18 15:42:44 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.207 2012/03/18 15:47:54 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2011 members of the # Privoxy team. http://www.privoxy.org/ @@ -142,7 +142,7 @@ PERL = perl DOC_DIR = doc/source DOC_TMP = $(DOC_DIR)/tmp DOC_STATUS = @DOC_STATUS@ -TIDY = tidy -modify -indent -clean -wrap 78 --tidy-mark no +TIDY = tidy -modify -indent -wrap 78 --tidy-mark no # Program to do LF->CRLF #