From ccc27a26f35190627082da8c48c9f0cc7305897c Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 6 Nov 2008 02:12:47 +0000 Subject: [PATCH] Backport r11066 from trunk: Give reporter GUI a better chance of working (not out of the woods yet though) git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11068 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index b2b2f390a4..ebf4217d38 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -274,9 +274,13 @@ RewriteRule ^/opac/[^/]+/extras/slimpac/(.*)$ /opac/%1/extras/slimpac/$1? [redir 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 + + + Options +Includes + XMLEntStripDoctype "no" + XMLEntStripComments "no" + XMLEntContentType "text/xml; charset=utf-8" AddOutputFilter INCLUDES;XMLENT .xml -- 2.11.0