You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by sj...@apache.org on 2016/09/13 10:09:32 UTC

svn commit: r1760518 - /forrest/trunk/main/webapp/WEB-INF/jtidy.properties

Author: sjur
Date: Tue Sep 13 10:09:32 2016
New Revision: 1760518

URL: http://svn.apache.org/viewvc?rev=1760518&view=rev
Log:
[BUGFIX] jtidy charset string for UTF-8 is ‘utf8’, not ‘utf-8’. Fixes wrong rendering of html source docs with non-ASCII content.

Modified:
    forrest/trunk/main/webapp/WEB-INF/jtidy.properties

Modified: forrest/trunk/main/webapp/WEB-INF/jtidy.properties
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/jtidy.properties?rev=1760518&r1=1760517&r2=1760518&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/jtidy.properties (original)
+++ forrest/trunk/main/webapp/WEB-INF/jtidy.properties Tue Sep 13 10:09:32 2016
@@ -27,7 +27,7 @@ quote-ampersand=yes
 break-before-br=yes
 uppercase-tags=no
 uppercase-attributes=no
-char-encoding=utf-8
+char-encoding=utf8
 # Suppress Tidy-Header in files generated from HTML-Sources
 tidy-mark=no