From: Terran McCanna Date: Mon, 21 Jun 2021 16:55:57 +0000 (-0400) Subject: LP1927990 Bootstrap OPAC: Patron messages lose line breaks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fd9a16d3f416d2966bf03746bcc71562d5aabdad;p=evergreen%2Fmasslnc.git LP1927990 Bootstrap OPAC: Patron messages lose line breaks Fixes problem where messages added to the Patron Message Center lose their line breaks in the Bootstrap OPAC and makes them difficult to read. Signed-off-by: Terran McCanna Signed-off-by: Michele Morgan --- diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/messages/single_message.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/messages/single_message.tt2 index 32a18198c5..c12475c86b 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/messages/single_message.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/messages/single_message.tt2 @@ -37,7 +37,7 @@
[% l("Message") %] - [% ctx.patron_messages.0.message | html %] +
[% ctx.patron_messages.0.message | html %]