summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/.htaccess
diff options
context:
space:
mode:
authorot <ot@localhost>2006-03-16 01:05:06 +0000
committerot <ot@localhost>2006-03-16 01:05:06 +0000
commit4f4b64ce8abb043e6d111e9cbdef91c3b157bae5 (patch)
tree20e892ba5875b080e17d9778861babc1eb42cdda /htdocs/dev/tests/.htaccess
parente06cef81a3368ea84309189816fc4fcaedf4facb (diff)
downloadmarkup-validator-4f4b64ce8abb043e6d111e9cbdef91c3b157bae5.zip
markup-validator-4f4b64ce8abb043e6d111e9cbdef91c3b157bae5.tar.gz
markup-validator-4f4b64ce8abb043e6d111e9cbdef91c3b157bae5.tar.bz2
adding a few test documents triggering WXX global-scope warnings
Diffstat (limited to 'htdocs/dev/tests/.htaccess')
-rw-r--r--htdocs/dev/tests/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/dev/tests/.htaccess b/htdocs/dev/tests/.htaccess
index d5a194f..116c41b 100644
--- a/htdocs/dev/tests/.htaccess
+++ b/htdocs/dev/tests/.htaccess
@@ -6,4 +6,7 @@ RemoveCharset .html
RemoveCharset .html
# note - this only works in apache 2.0.24 and later
</Files>
+<Files ~ "textxml_nocharset(\.xml)?">
+ForceType text/xml
+</Files>