summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2012-01-03 23:10:47 +0000
committerrandomdan <randomdan@localhost>2012-01-03 23:10:47 +0000
commitc70a602e05cfaa3e56e5638f43d0ff880a8da053 (patch)
tree7b7dd13cd263690c4acd2c1f04beae8cd370d7b9
parentPluggable file system row filters (diff)
downloadgentoobrowse-c70a602e05cfaa3e56e5638f43d0ff880a8da053.tar.bz2
gentoobrowse-c70a602e05cfaa3e56e5638f43d0ff880a8da053.tar.xz
gentoobrowse-c70a602e05cfaa3e56e5638f43d0ff880a8da053.zip
Allowing specification of output encoding
-rw-r--r--gentoobrowse/.htaccess2
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