Skip to content

Commit

Permalink
Revert "FO: Add nofilter in tpl" - Must be a deeper problem
Browse files Browse the repository at this point in the history
This reverts commit 8e0dd0b.
  • Loading branch information
maximebiloe committed Jul 22, 2016
1 parent 8e0dd0b commit 098c00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/hook/blockreassurance.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div id="block-reassurance">
<ul>
{foreach from=$elements item=element}
<li><img src="{$element.image}" alt="{$element.text|escape:'quotes'}" /> <span>{$element.text nofilter}</span></li>
<li><img src="{$element.image}" alt="{$element.text|escape:'quotes'}" /> <span>{$element.text}</span></li>
{/foreach}
</ul>
</div>
Expand Down

0 comments on commit 098c00e

Please sign in to comment.