Bug 25311: (QA follow-up) Add misssing filter
authorKatrin Fischer <katrin.fischer.83@web.de>
Fri, 1 May 2020 22:04:15 +0000 (22:04 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 4 May 2020 07:38:52 +0000 (08:38 +0100)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt

index 800af21..8cc1c9e 100644 (file)
@@ -64,7 +64,7 @@ legend:hover {
                             <div class="dialog alert">Something went wrong when creating the patron. Check the logs.</div>
                         [% CASE 'error_on_update_patron' %]
                             <div class="dialog alert">Something went wrong when updating the patron. Check the logs.</div>
-                        [% CASE %]Unhandled error: [% message.error %]
+                        [% CASE %]Unhandled error: [% message.error | html %]
                     [% END %]
                 [% END %]
             [% END %]