@@ -, +, @@ --- .../bootstrap/en/modules/opac-suggestions.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -86,7 +86,7 @@
  • [% IF biblionumber %] - [% title | html %] + [% title | html %] [% ELSIF ( title_required ) %] @@ -100,7 +100,7 @@
  • [% IF biblionumber %] - [% author | html %] + [% author | html %] [% ELSIF ( author_required ) %] @@ -116,7 +116,7 @@
    [% IF biblionumber %] - [% copyrightdate | html %] + [% copyrightdate | html %] [% ELSIF ( copyrightdate_required ) %] @@ -134,7 +134,7 @@
  • [% IF biblionumber %] - [% isbn | html %] + [% isbn | html %] [% ELSIF ( isbn_required ) %] @@ -149,7 +149,7 @@
  • [% IF biblionumber %] - [% publishercode | html %] + [% publishercode | html %] [% ELSIF ( publishercode_required ) %] @@ -164,7 +164,7 @@
  • [% IF biblionumber %] - [% collectiontitle | html %] + [% collectiontitle | html %] [% ELSIF ( collectiontitle_required ) %] @@ -179,7 +179,7 @@
  • [% IF biblionumber %] - [% place | html %] + [% place | html %] [% ELSIF ( place_required ) %] --