From: Fabian Keil Date: Thu, 20 Sep 2012 09:05:06 +0000 (+0000) Subject: Ditch obsolete body attributes X-Git-Tag: v_3_0_20~273 X-Git-Url: http://www.privoxy.org/gitweb/declare.html?a=commitdiff_plain;h=7e7f929e6af9bb56f9d4d3161cca8a573bfe5398;p=privoxy.git Ditch obsolete body attributes The style sheets are sufficient and the body attributes didn't properly make it through the docbook/tidy chain, causing link-specific attributes to be applied to all text. Reported by Adam Piggott in #3569551. --- diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index ccbea7d1..ff281815 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -79,23 +79,6 @@ ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(define %body-attr% - ;; REFENTRY body-attr - ;; PURP What attributes should be hung off of BODY? - ;; DESC - ;; A list of the BODY attributes that should be generated. - ;; The format is a list of lists, each interior list contains the - ;; name and value of a BODY attribute. - ;; /DESC - ;; AUTHOR N/A - ;; /REFENTRY - (list - (list "BGCOLOR" "#EEEEEE") - (list "TEXT" "#000000") - (list "LINK" "#0000FF") - (list "VLINK" "#840084") - (list "ALINK" "#0000FF"))) - (define %stylesheet% ;; REFENTRY stylesheet ;; PURP Name of the stylesheet to use @@ -325,23 +308,6 @@ ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(define %body-attr% - ;; REFENTRY body-attr - ;; PURP What attributes should be hung off of BODY? - ;; DESC - ;; A list of the the BODY attributes that should be generated. - ;; The format is a list of lists, each interior list contains the - ;; name and value of a BODY attribute. - ;; /DESC - ;; AUTHOR N/A - ;; /REFENTRY - (list - (list "BGCOLOR" "#EEEEEE") - (list "TEXT" "#000000") - (list "LINK" "#0000FF") - (list "VLINK" "#840084") - (list "ALINK" "#0000FF"))) - (define %stylesheet% ;; REFENTRY stylesheet ;; PURP Name of the stylesheet to use