diff options
author | randomdan <randomdan@localhost> | 2012-01-03 23:10:47 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2012-01-03 23:10:47 +0000 |
commit | c70a602e05cfaa3e56e5638f43d0ff880a8da053 (patch) | |
tree | 7b7dd13cd263690c4acd2c1f04beae8cd370d7b9 | |
parent | Pluggable file system row filters (diff) | |
download | gentoobrowse-c70a602e05cfaa3e56e5638f43d0ff880a8da053.tar.bz2 gentoobrowse-c70a602e05cfaa3e56e5638f43d0ff880a8da053.tar.xz gentoobrowse-c70a602e05cfaa3e56e5638f43d0ff880a8da053.zip |
Allowing specification of output encoding
-rw-r--r-- | gentoobrowse/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess index ca0c9be..c727c5d 100644 --- a/gentoobrowse/.htaccess +++ b/gentoobrowse/.htaccess @@ -11,5 +11,5 @@ RewriteCond %{REQUEST_URI} !^/p2web RewriteRule ^(.*) /p2web/\1 [L] FilterDeclare XSLT -FilterProvider XSLT XSLT resp=Content-Type text/xml-xslt +FilterProvider XSLT XSLT resp=Content-Type $text/xml-xslt FilterChain =XSLT COMPRESS |