From 8e109f1349a3b3f9a3806d98d1dad17811615a1e Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 16 Sep 2014 18:55:38 -0400 Subject: [PATCH] Removing extra '|' character from footer links. --- Open-ILS/src/templates/opac/parts/footer.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2 index 55dc537380..071fa31b93 100644 --- a/Open-ILS/src/templates/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/opac/parts/footer.tt2 @@ -12,7 +12,7 @@ [% l('About PINES') %]  |  [% gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1) %] - [% l('GALILEO') %]  |  + [% l('GALILEO') %] [% IF ctx.timing %]
[% FOR event IN ctx.timing %] -- 2.11.0