From 6f6ea4506557054078fa018d82a9e2ddc21577fd Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 29 Sep 2008 15:27:57 +0000 Subject: [PATCH] some more xmlent settings for the xhtml files git-svn-id: svn://svn.open-ils.org/ILS/trunk@10726 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 52e026ed56..b529f32fc2 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -99,10 +99,15 @@ RewriteRule ^/opac/extras/ac/jacket/(small|medium|large)/$ \ Options +Includes XMLEntEscapeScript "no" + XMLEntStripComments "yes" + XMLEntStripPI "yes" + XMLEntStripDoctype "yes" + XMLEntContentType "text/html; charset=utf-8" AddOutputFilter INCLUDES;XMLENT .xhtml allow from all + Options +Includes XMLEntContentType "application/vnd.mozilla.xul+xml" -- 2.43.2