- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2011 06:25:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide In directory hutz:/tmp/cvs-serv17875 Modified Files: .htaccess Log Message: seems like content-type needs to be windows-1252 instead... Index: .htaccess =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/.htaccess,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .htaccess 8 Apr 2011 06:24:12 -0000 1.2 +++ .htaccess 8 Apr 2011 06:25:54 -0000 1.3 @@ -1,2 +1,2 @@ DirectoryIndex html-xhtml-authoring-guide.html -AddType text/html;charset=ISO-8859-1 .html +AddType text/html;charset=windows-1252 .html
Received on Friday, 8 April 2011 06:26:16 UTC