Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > by-pkgid > c348990b611b5525660b4d605c182d2f > files > 1

privoxy-3.0.34-2.mga10.src.rpm

Index: privoxy-3.0.28-stable/doc/source/ldp.dsl.in
===================================================================
--- privoxy-3.0.28-stable/doc/source/ldp.dsl.in
+++ privoxy-3.0.28-stable/doc/source/ldp.dsl.in	2018-12-31 10:42:31.766286173 +0100
@@ -48,9 +48,9 @@
 
 ;; this is the 'print' portion of the stylesheet so we want to
 ;; convert ampersand-code strings to character values
-(declare-characteristic preserve-sdata?
-  "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
-  #f)
+;(declare-characteristic preserve-sdata?
+;  "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
+;  #f)
 
 ;; put the legal notice in a separate file
 (define %generate-legalnotice-link%
@@ -274,9 +274,9 @@
 
 ;; this is the 'html' portion of the stylesheet so we want to keep the
 ;; ampersand-code strings and let the browser convert them to characters
-(declare-characteristic preserve-sdata?
-  "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
-  #t)
+;(declare-characteristic preserve-sdata?
+;  "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
+;  #t)
 
 (define %indent-programlisting-lines%
   ;; Indent lines in a 'ProgramListing'?