From 18122a661609cb1d469fef36d744f1ab543e2da8 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Sat, 11 Feb 2017 17:59:04 -0500 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/base.tt2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.11.0