LP#1720394: This html thinko in copy tag display
authorKathy Lussier <klussier@masslnc.org>
Fri, 29 Sep 2017 15:10:03 +0000 (11:10 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 4 Oct 2017 16:21:26 +0000 (12:21 -0400)
A closing td tag appears to be have been accidentally used when closing the
opening td tag. It doesn't appear to affect the display of the copy tag, but should probably be fixed.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index 8535e7c..1e0456c 100644 (file)
@@ -235,7 +235,7 @@ END; # FOREACH bib
             [% FOREACH tag IN copy_info.tags; %]
                 <tr class="copy_tag_row">
                     <td>&nbsp;</td>
-                    <td class="copy_tag" colspan="4"</td>
+                    <td class="copy_tag" colspan="4">
                         <span class="copy_tag_value">[% tag.value | html %]</span>
                     </td>
                 <tr>