[open-ils-commits] r9469 - trunk/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Apr 27 23:53:36 EDT 2008


Author: dbs
Date: 2008-04-27 23:13:43 -0400 (Sun, 27 Apr 2008)
New Revision: 9469

Modified:
   trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
ue.xhtml goes nuts with " if we escape the calendar script


Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-04-28 03:00:50 UTC (rev 9468)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-04-28 03:13:43 UTC (rev 9469)
@@ -103,6 +103,7 @@
 # ----------------------------------------------------------------------------------
 <LocationMatch /xul/.*\.xhtml$>
     Options +Includes
+    XMLEntEscapeScript "no"
     AddOutputFilter INCLUDES;XMLENT .xhtml
     allow from all
 



More information about the open-ils-commits mailing list