From 09e073768a934a884d753d33c93b46c718d75449 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 2 Dec 2014 19:52:50 -0300 Subject: [PATCH] Bug 13375: Syspref search highlight styling broken in Chrome This patch encloses the the syspref description/values mix into a . It doesn't introduce any regression on other browsers (like Firefox) and has the side effect to make Chrome render the highlighted words on syspref searches well. To test: - Search for 'facet' on the sysprefs => FAIL: verify it has styling problems in Chrome - Apply the patch, reload => SUCCESS: styling is correct - Sign off :-D Regards --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt index dde4764..ce3aed0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -110,7 +110,7 @@ [% END %] - + [% FOREACH CHUNK IN LINE.CHUNKS %] [% IF ( CHUNK.type_text ) %] [% CHUNK.contents %] @@ -166,7 +166,7 @@ [% END %] [% END %] - + [% IF ( loop.last ) %][% END %] [% END %] -- 1.9.1