Fix closing </tr> tags
authoratz <atz@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 18 Aug 2010 15:33:42 +0000 (15:33 +0000)
committeratz <atz@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 18 Aug 2010 15:33:42 +0000 (15:33 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17239 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/conify/global/acq/provider.tt2

index 6cb8b97..de20490 100644 (file)
@@ -156,7 +156,7 @@ function formatName(value) {
                         <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 @@ function formatName(value) {
                 <thead>
                     <tr>
                         <th field="inv_ident" get="getInvIdent" formatter="formatInvIdent" />
-                    <tr>
+                    </tr>
                 </thead>
             </table>
         </div>