@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -189,7 +189,7 @@ tinyMCE.init({
  • -
  • +
  • Can be entered as a single IP, or a subnet such as 192.168.1.*
  • @@ -259,7 +259,7 @@ tinyMCE.init({ [% IF library.branchurl %]
    [% library.branchurl %][% END %] [% IF library.opac_info %] -
    OPAC Info:
    [% library.opac_info %]
    [% END %] +
    OPAC Info:
    [% library.opac_info.raw %]
    [% END %] [% IF library.branchnotes %]
    Notes: [% library.branchnotes %][% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1217,7 +1217,7 @@ [% ITEM_RESULT.branchname %] [% END %] -
    [% ITEM_RESULT.holding_branch_opac_info %]
    +
    [% ITEM_RESULT.holding_branch_opac_info.raw %]
    [% IF ( OpacLocationBranchToDisplayShelving == 'holding' || OpacLocationBranchToDisplayShelving == 'both' ) %] [% ITEM_RESULT.location_description %] @@ -1242,7 +1242,7 @@ [% Branches.GetName( ITEM_RESULT.homebranch ) %] [% END %] -
    [% ITEM_RESULT.home_branch_opac_info %]
    +
    [% ITEM_RESULT.home_branch_opac_info.raw %]
    [% IF ( OpacLocationBranchToDisplayShelving == 'home' || OpacLocationBranchToDisplayShelving == 'both' ) %] [% ITEM_RESULT.location_description %] --