[open-ils-commits] r17239 - trunk/Open-ILS/web/templates/default/conify/global/acq (atz)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Aug 18 11:33:45 EDT 2010
Author: atz
Date: 2010-08-18 11:33:42 -0400 (Wed, 18 Aug 2010)
New Revision: 17239
Modified:
trunk/Open-ILS/web/templates/default/conify/global/acq/provider.tt2
Log:
Fix closing </tr> tags
Modified: trunk/Open-ILS/web/templates/default/conify/global/acq/provider.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/acq/provider.tt2 2010-08-18 15:33:41 UTC (rev 17238)
+++ trunk/Open-ILS/web/templates/default/conify/global/acq/provider.tt2 2010-08-18 15:33:42 UTC (rev 17239)
@@ -156,7 +156,7 @@
<th field="xpath" width='auto'/>
<th field="tag" name="Tag" get='getParsedTag'/>
<th field="subfield" name="Subfield" get='getParsedSubf'/>
- <tr>
+ </tr>
</thead>
</table>
</div>
@@ -194,7 +194,7 @@
<thead>
<tr>
<th field="inv_ident" get="getInvIdent" formatter="formatInvIdent" />
- <tr>
+ </tr>
</thead>
</table>
</div>
More information about the open-ils-commits
mailing list