Removing extra '|' character from footer links.
authorChris Sharp <csharp@georgialibraries.org>
Tue, 16 Sep 2014 22:55:38 +0000 (18:55 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 16 Sep 2014 22:55:38 +0000 (18:55 -0400)
Open-ILS/src/templates/opac/parts/footer.tt2

index 55dc537..071fa31 100644 (file)
@@ -12,7 +12,7 @@
     <a href="http://www.georgialibraries.org/public/pines.html">[% l('About PINES') %]</a> &nbsp;|&nbsp;
     <!-- <a href="/">[% l('Dynamic catalog') %]</a> &nbsp;|&nbsp; -->
     [% gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1) %]
-    <a href="[% gurl %]"> [% l('GALILEO') %] </a> &nbsp;|&nbsp;
+    <a href="[% gurl %]"> [% l('GALILEO') %] </a> 
     [% IF ctx.timing %]
     <div id="timing">
         [% FOR event IN ctx.timing %]