@@ -, +, @@ empty - Empty your LibraryName pref - Verify the search plugin can still be installed (see first patch for further instructions) --- .../bootstrap/en/modules/opac-opensearch.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt @@ -1,12 +1,12 @@ - -[% USE raw %] -[% USE Koha %] -[% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %] -[% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %] + +[%- USE raw -%] +[%- USE Koha -%] +[%- SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') -%] +[%- SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') -%] [% IF ( opensearchdescription ) %] - [% LibraryNameTitle | html %] + [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Library catalog[% END %] Search the [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha library[% END %] catalog UTF-8 --