@@ -, +, @@ --- .../prog/en/modules/serials/subscription-detail.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt @@ -376,10 +376,10 @@ $(document).ready(function() {
  • History end date: [% histenddate %]
  • Received issues:[% recievedlist %]
  • Missing issues:[% missinglist %]
  • -
  • Nonpublic note:[% internalnotes %]
  • -
  • OPAC note:[% notes %]
  • -
  • History staff note[% librariannote %]
  • -
  • History OPAC note[% opacnote %]
  • +
  • Nonpublic note:[% internalnotes FILTER html_line_break %]
  • +
  • Public note:[% notes FILTER html_line_break %]
  • +
  • History staff note[% librariannote FILTER html_line_break %]
  • +
  • History OPAC note[% opacnote FILTER html_line_break %]
  • --