Bug 23308: Change html to filter to $raw
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / maintenance.tt
index 50cd287..b15bfbc 100644 (file)
@@ -29,7 +29,7 @@
             <div class="span12">
                 <div id="opac-maintenance-message">
                     [% IF Koha.Preference( 'OpacMaintenanceNotice' ) %]
-                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | html %]
+                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
                     [% ELSE %]
                         <h2>System Maintenance</h2>
                           <p>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! If you have any questions, please contact the <a href="mailto:[% KohaAdminEmailAddress | uri %]">site administrator</a></p>