- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2011 06:24:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide In directory hutz:/tmp/cvs-serv17480 Modified Files: .htaccess Log Message: serve polyglot doc with ISO-8859-1 content-type for now (since that's what it's currently encoded in); NOTE: find out why it's not UTF-8 encoded instead Index: .htaccess =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/.htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .htaccess 8 Apr 2011 06:14:21 -0000 1.1 +++ .htaccess 8 Apr 2011 06:24:12 -0000 1.2 @@ -1,2 +1,2 @@ DirectoryIndex html-xhtml-authoring-guide.html -AddType text/html;charset=utf-8 .html +AddType text/html;charset=ISO-8859-1 .html
Received on Friday, 8 April 2011 06:24:15 UTC