[open-ils-commits] [GIT] Evergreen ILS branch master updated. cc2e37ff4f38d67b25cc360c20971744487630ef

Evergreen Git git at git.evergreen-ils.org
Wed Oct 4 12:03:55 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  cc2e37ff4f38d67b25cc360c20971744487630ef (commit)
      from  dba71f8017e2d6ff351c9ef6210972e9dcca2c56 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cc2e37ff4f38d67b25cc360c20971744487630ef
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Fri Sep 29 11:10:03 2017 -0400

    LP#1720394: This html thinko in copy tag display
    
    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 at masslnc.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2
index 8535e7c..1e0456c 100644
--- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2
@@ -235,7 +235,7 @@ END; # FOREACH bib
             [% FOREACH tag IN copy_info.tags; %]
                 <tr class="copy_tag_row">
                     <td> </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>

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/opac/parts/record/copy_table.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list