From 8662e65290ff8ad2abb50649f11ae870f732d07b 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 --- 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