diff options
author | ot <ot@localhost> | 2007-05-07 15:08:47 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-05-07 15:08:47 +0000 |
commit | 9a3bb50d9e5a68871e64c2d661e0a5f9b79cb05d (patch) | |
tree | b40dbf9660d42e4795ec37132eafea7a6ad19561 /htdocs/dev/tests | |
parent | 5de3f421ca5968214a457e0b55ee2f65b949cf9a (diff) | |
download | markup-validator-9a3bb50d9e5a68871e64c2d661e0a5f9b79cb05d.zip markup-validator-9a3bb50d9e5a68871e64c2d661e0a5f9b79cb05d.tar.gz markup-validator-9a3bb50d9e5a68871e64c2d661e0a5f9b79cb05d.tar.bz2 |
removing charset at server level for iso-8859-1 tests
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r-- | htdocs/dev/tests/.htaccess | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htdocs/dev/tests/.htaccess b/htdocs/dev/tests/.htaccess index 04c80dc..086f24b 100644 --- a/htdocs/dev/tests/.htaccess +++ b/htdocs/dev/tests/.htaccess @@ -9,10 +9,14 @@ RemoveCharset .html <Files ~ "textxml_nocharset(\.xml)?"> ForceType text/xml </Files> -<FilesMatch 4520-iso88591.*> +<Files 4520-iso88591-meta.html> RemoveCharset .html # use charset in meta </Files> +<Files 4520-iso88591-no_meta.html> +RemoveCharset .html +#detect charset - use override +</Files> <Files 1574-charset_iso_8859_7_greek.html> RemoveCharset .html # use charset in meta |