Don't strip comments as we're hiding our JavaScript inside comments...
git-svn-id: svn://svn.open-ils.org/ILS/trunk@10789
dcc99617-32d9-48b4-a31d-
7c20da2025e4
<Location /conify>
XMLEntStripPI "yes"
XMLEntEscapeScript "no"
- XMLEntStripComments "yes"
+ XMLEntStripComments "no"
XMLEntContentType "text/html; charset=utf-8"
AddOutputFilter INCLUDES .html
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;
</div>
</div>
</div>
- </div>
</body>
</html>