[open-ils-commits] [GIT] Evergreen ILS branch master updated. e049d106ef48f8e3425eb9db16e251b404ab50c0
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, master has been updated
via e049d106ef48f8e3425eb9db16e251b404ab50c0 (commit)
from 9a9f262eacb0149ded95bab599edae4828ef045d (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 e049d106ef48f8e3425eb9db16e251b404ab50c0
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 22ce3c2..1068e72 100644
--- a/Open-ILS/src/templates/opac/parts/record/summary.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2
@@ -335,7 +335,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