Bug 13618: Add html filters to all the variables
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / onboarding_messages.inc
index fbe0d3a..135cc43 100644 (file)
@@ -32,6 +32,6 @@
             <div class="alert alert-danger">The patron has not been created the entered password was too weak, must contain at least one uppercase, and lower case letter and one number</div>
         [% CASE 'ERROR_password_has_whitespaces' %]
             <div class="alert alert-danger">The patron has not been created the entered password contained whitespaces</div>
-        [% CASE %][% message %]
+        [% CASE %][% message | html %]
     [% END %]
 [% END %]