@@ -, +, @@ - Create a list with the name "" - On the shelf list, click on share --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt @@ -50,7 +50,7 @@
    -
  1. [% shelfname %]
  2. +
  3. [% shelfname | html %]
  4. @@ -67,7 +67,7 @@ [% ELSIF op=='conf_invite' %]
    [% IF approvedaddress %] -

    An invitation to share list [% shelfname %] will be sent shortly to [% approvedaddress %].

    +

    An invitation to share list [% shelfname | html %] will be sent shortly to [% approvedaddress %].

    [% END %] [% IF failaddress %]

    Something went wrong while processing the following addresses. Please check them. These are: [% failaddress %]

    --