Bug 10566: (follow-up) fix HTML validation issues
authorGalen Charlton <gmc@esilibrary.com>
Wed, 28 Aug 2013 15:07:09 +0000 (15:07 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 28 Aug 2013 15:07:09 +0000 (15:07 +0000)
These issues predated the previous patch, I just took
this chance to fix them.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-course-details.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-course-reserves.tt

index 4d0e121..4721ae4 100644 (file)
@@ -44,8 +44,8 @@
                         <th>Collection</th>
                         <th>Call number</th>
                         <th>Copy</th>
-                        <th>Status</td>
-                        <th>Date due</td>
+                        <th>Status</th>
+                        <th>Date due</th>
                         <th>Notes</th>
                     </tr>
                 </thead>
@@ -74,6 +74,5 @@
         [% END %]
     </div>
 </div>
-
-
+</div>
 [% INCLUDE 'opac-bottom.inc' %]
index d00748e..2c9fd24 100644 (file)
@@ -60,6 +60,6 @@
             </div>
         </div>
 </div>
-
+</div>
 
 [% INCLUDE 'opac-bottom.inc' %]