[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 9a4cfcddc981d016b5932b748978eecb19bbb086

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, rel_3_0 has been updated
       via  9a4cfcddc981d016b5932b748978eecb19bbb086 (commit)
      from  de31a7149cb2338472cc0605c1c1486716ebba23 (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 9a4cfcddc981d016b5932b748978eecb19bbb086
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