[open-ils-commits] r10789 - in trunk/Open-ILS: examples/apache
web/conify/global/actor
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 8 11:40:48 EDT 2008
Author: dbs
Date: 2008-10-08 11:40:44 -0400 (Wed, 08 Oct 2008)
New Revision: 10789
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
trunk/Open-ILS/web/conify/global/actor/org_unit_type.html
Log:
Fix some broken XHTML in org_unit_type.html (does that tag needs args? hmm)
Don't strip comments as we're hiding our JavaScript inside comments...
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-10-08 05:19:39 UTC (rev 10788)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-10-08 15:40:44 UTC (rev 10789)
@@ -299,7 +299,7 @@
<Location /conify>
XMLEntStripPI "yes"
XMLEntEscapeScript "no"
- XMLEntStripComments "yes"
+ XMLEntStripComments "no"
XMLEntContentType "text/html; charset=utf-8"
AddOutputFilter INCLUDES .html
Modified: trunk/Open-ILS/web/conify/global/actor/org_unit_type.html
===================================================================
--- trunk/Open-ILS/web/conify/global/actor/org_unit_type.html 2008-10-08 05:19:39 UTC (rev 10788)
+++ trunk/Open-ILS/web/conify/global/actor/org_unit_type.html 2008-10-08 15:40:44 UTC (rev 10789)
@@ -219,7 +219,7 @@
ignoreCase="true"
required="true"
>
- <script type="dojo/method" event="onChange" args=>
+ <script type="dojo/method" event="onChange">
<!--
if (current_type && this.getValue()) {
if ( this.store.getValue( current_type, 'parent' ) == this.getValue() ) return;
@@ -411,6 +411,5 @@
</div>
</div>
</div>
- </div>
</body>
</html>
More information about the open-ils-commits
mailing list