Skip to content

Commit

Permalink
FIX Use correct template syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 13, 2025
1 parent 5d034de commit 2bc8050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="view-controls">
<% if not $TreeIsFiltered %>
<button id="filters-button" class="btn btn-secondary icon-button font-icon-search btn--icon-large no-text" title="<% _t('SilverStripe\CMS\Controllers\CMSMain.FILTER', 'Filter') %>"></button>
<button id="filters-button" class="btn btn-secondary icon-button font-icon-search btn--icon-large no-text" title="<%t SilverStripe\CMS\Controllers\CMSMain.FILTER 'Filter' %>"></button>
<% end_if %>
</div>

0 comments on commit 2bc8050

Please sign in to comment.