Bug 15311 [QA Followup] - Remove use of .raw method as it's use was reverted
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 26 Feb 2016 14:21:16 +0000 (14:21 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 26 Feb 2016 14:21:16 +0000 (14:21 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt

index 01202cd..c4413a7 100644 (file)
@@ -28,7 +28,7 @@
             <div class="span12">
                 <div id="opac-maintenance-message">
                     [% IF Koha.Preference( 'OpacMaintenanceNotice' ) %]
-                        [% Koha.Preference( 'OpacMaintenanceNotice' ).raw %]
+                        [% Koha.Preference( 'OpacMaintenanceNotice' ) %]
                     [% ELSE %]
                         <h2>System Maintenance</h2>
                           <p>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% 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 %]">site administrator</a></p>