Stop escaping tableHeader in secure smarty mode
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 8 May 2023 01:53:15 +0000 (13:53 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 8 May 2023 01:53:15 +0000 (13:53 +1200)
templates/CRM/Report/Form/Layout/Table.tpl

index 871a7b97ed6d97b9976307d2f6f49603a20457c0..c95d9a3d08bd48b7ea8d00a9db959331656953ba 100644 (file)
@@ -44,8 +44,8 @@
         {if !$sections} {* section headers and sticky headers aren't playing nice yet *}
             <thead class="sticky">
             <tr>
-                {$tableHeader}
-        </tr>
+              {$tableHeader|smarty:nodefaults}
+            </tr>
         </thead>
         {/if}