[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. 071bbcb3adf1c37b5a004ea182b90c62ddeba200

Evergreen Git git at git.evergreen-ils.org
Tue Feb 14 09:22:48 EST 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_2_11 has been updated
       via  071bbcb3adf1c37b5a004ea182b90c62ddeba200 (commit)
      from  2167e553aa61159bf96c3f28d03436f1c0df291d (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 071bbcb3adf1c37b5a004ea182b90c62ddeba200
Author: Jason Boyer <jboyer at library.in.gov>
Date:   Mon Feb 13 16:49:18 2017 -0500

    LP1664376: Correct Closing Tag for Badges on record summary page
    
    Signed-off-by: Jason Boyer <jboyer at library.in.gov>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2
index 4fa0ba8..fc03026 100644
--- a/Open-ILS/src/templates/opac/parts/record/summary.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2
@@ -323,7 +323,7 @@ IF num_uris > 0;
           [% FOR bscore IN ctx.badge_scores; %]
             <li><strong>[% bscore.badge.name | html %]</strong>: [% bscore.score %] / 5.0</li>
         [%- END -%]
-        </span>
+        </ul>
     </li>
     [%- END %]
 </ul>

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list