[open-ils-commits] r10752 - trunk/Open-ILS/web/conify/global/config
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 3 13:27:08 EDT 2008
Author: dbs
Date: 2008-10-03 13:27:05 -0400 (Fri, 03 Oct 2008)
New Revision: 10752
Modified:
trunk/Open-ILS/web/conify/global/config/marc_code_maps.html
Log:
Fix a missing space that bugs mod_xmlent no end
Modified: trunk/Open-ILS/web/conify/global/config/marc_code_maps.html
===================================================================
--- trunk/Open-ILS/web/conify/global/config/marc_code_maps.html 2008-10-03 15:47:37 UTC (rev 10751)
+++ trunk/Open-ILS/web/conify/global/config/marc_code_maps.html 2008-10-03 17:27:05 UTC (rev 10752)
@@ -247,7 +247,7 @@
</div>
<div dojoType="dijit.layout.ContentPane" layoutAlign="client">
- <div dojoType="dojox.grid.data.DojoData" jsId="cblvl_model"store="stores.cblvl" query="{ code : '*' }"></div>
+ <div dojoType="dojox.grid.data.DojoData" jsId="cblvl_model" store="stores.cblvl" query="{ code : '*' }"></div>
<div dojoType="dojox.Grid" jsId="cblvl_grid">
<script type="dojo/connect" event="startup">
this.setStructure(window.layouts.cblvl);
More information about the open-ils-commits
mailing list