Author: crossley
Date: Sun May 7 19:36:24 2006
New Revision: 404897
URL: http://svn.apache.org/viewcvs?rev=404897&view=rev
Log:
Do we still need AddDefaultCharset UTF-8 (See FOR-877)?
Modified:
forrest/trunk/site-author/content/.htaccess
Modified: forrest/trunk/site-author/content/.htaccess
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/.htaccess?rev=404897&r1=404896&r2=404897&view=diff
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Sun May 7 19:36:24 2006
@@ -2,6 +2,7 @@
# FIXME: The version-specific entries need to be updated after each release.
+# FIXME: Do we still need this? See FOR-877
AddDefaultCharset UTF-8
# Some old documents need special handling
|