From 9beefaa58658e304704b9fa5a9f058d6b133d78c Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 11 Sep 2008 21:28:43 +0000 Subject: [PATCH] Reporter wants fm_IDL.xml served up as text/xml git-svn-id: svn://svn.open-ils.org/ILS/trunk@10584 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 587d80c43a..007e6fbfd9 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -262,6 +262,8 @@ RewriteRule ^/opac/extras/ac/jacket/(small|medium|large)/$ \ SetEnvIfNoCase Accept-Language "en" locale=en-US SetEnvIfNoCase Accept-Language "fr-CA" locale=fr-CA SetEnvIfNoCase Accept-Language "hy-AM" locale=hy-AM + XMLEntStripDoctype "yes" + XMLEntContentType "text/xml; charset=utf-8" AddOutputFilter INCLUDES .xhtml AddOutputFilter INCLUDES;XMLENT .xml -- 2.11.0