From: Ben Shum Date: Sat, 11 Feb 2017 22:59:04 +0000 (-0500) Subject: LP#1661661: Fixing syntax in base.tt2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=18122a661609cb1d469fef36d744f1ab543e2da8;p=contrib%2FConifer.git LP#1661661: Fixing syntax in base.tt2 There was a missing closing tag for the second stylesheet that caused an error with the heading. Fixed that, and then made some whitespace adjustments. Signed-off-by: Ben Shum Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/parts/base.tt2 b/Open-ILS/src/templates/opac/parts/base.tt2 index 2f25e51a6b..fa44abaae2 100644 --- a/Open-ILS/src/templates/opac/parts/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/base.tt2 @@ -11,10 +11,10 @@ - [%- IF ctx.locale == "ar_ar" %] + [% IF ctx.locale == "ar_ar" %] - + [% END %] [%- libname = ctx.get_aou(ctx.search_ou).name; libname = libname | html;