Author: crossley
Date: Wed Sep 29 19:02:58 2004
New Revision: 47526
Modified:
forrest/trunk/src/core/context/WEB-INF/jtidy.properties
Log:
Set property quote-ampersand=yes because when using "html" source input
(i.e. *.ihtml or *.html) if an ampersand was already encoded properly
then it was being turned into a "&".
Suggested by: Lorenz Froihofer
FOR-301
Modified: forrest/trunk/src/core/context/WEB-INF/jtidy.properties
==============================================================================
--- forrest/trunk/src/core/context/WEB-INF/jtidy.properties (original)
+++ forrest/trunk/src/core/context/WEB-INF/jtidy.properties Wed Sep 29 19:02:58 2004
@@ -22,7 +22,7 @@
numeric-entities=yes
quote-marks=yes
quote-nbsp=yes
-quote-ampersand=no
+quote-ampersand=yes
break-before-br=yes
uppercase-tags=no
uppercase-attributes=no
|