summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/.htaccess
diff options
context:
space:
mode:
authorot <ot@localhost>2005-12-09 03:50:19 +0000
committerot <ot@localhost>2005-12-09 03:50:19 +0000
commit44af9895e25b2ea4bf47f78467ba9c2c90d55efe (patch)
treec3281f14bd44276bf24cabc543a7833c32204c1b /htdocs/dev/tests/.htaccess
parent9b5a85e9366eca75682bf64ea76944b1ea9b572a (diff)
downloadmarkup-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/.htaccess5
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>
+