@@ -, +, @@ --- .../bootstrap/en/modules/opac-results-grouped.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt @@ -28,8 +28,8 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% IF ( query_error ) %] -
-
+
+

Error:

@@ -41,7 +41,7 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% END %]
-
+
[% IF ( opacfacets && total ) %]
@@ -157,7 +157,7 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% END %] [% IF ( OPACAmazonCoverImages ) %] - [% IF ( GROUP_RESULT.isbn ) %][% ELSE %][% END %] + [% IF ( GROUP_RESULT.isbn ) %][% ELSE %][% END %] [% ELSE %] [% UNLESS ( noItemTypeImages ) %] @@ -356,4 +356,4 @@ function highlightOn() { } //]]> -[% END %] +[% END %] --