From b17b2df282ff9328ca0f964eabdb8e35f2bf7453 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 20 Sep 2012 10:42:49 +0000 Subject: [PATCH] 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. --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # -- 2.39.2