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