diff options
author | ot <ot@localhost> | 2005-12-09 03:50:19 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-12-09 03:50:19 +0000 |
commit | 44af9895e25b2ea4bf47f78467ba9c2c90d55efe (patch) | |
tree | c3281f14bd44276bf24cabc543a7833c32204c1b /htdocs/dev/tests/.htaccess | |
parent | 9b5a85e9366eca75682bf64ea76944b1ea9b572a (diff) | |
download | markup-validator-44af9895e25b2ea4bf47f78467ba9c2c90d55efe.zip markup-validator-44af9895e25b2ea4bf47f78467ba9c2c90d55efe.tar.gz markup-validator-44af9895e25b2ea4bf47f78467ba9c2c90d55efe.tar.bz2 |
additional test for doc with no charset
Diffstat (limited to 'htdocs/dev/tests/.htaccess')
-rw-r--r-- | htdocs/dev/tests/.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/dev/tests/.htaccess b/htdocs/dev/tests/.htaccess index 778ad29..d5a194f 100644 --- a/htdocs/dev/tests/.htaccess +++ b/htdocs/dev/tests/.htaccess @@ -2,3 +2,8 @@ RemoveCharset .html # note - this only works in apache 2.0.24 and later </Files> +<Files nocharset_notutf8.html> +RemoveCharset .html +# note - this only works in apache 2.0.24 and later +</Files> + |