diff --git a/app/View/EventBlacklists/index.ctp b/app/View/EventBlacklists/index.ctp index 24cc287f7..6665cc5b9 100644 --- a/app/View/EventBlacklists/index.ctp +++ b/app/View/EventBlacklists/index.ctp @@ -66,7 +66,7 @@ foreach ($response as $item): ?> - role="button" tabindex="0" aria-label="Edit blacklist entry">  + role="button" tabindex="0" aria-label="Edit blacklist entry">  Form->postLink('', array('action' => 'delete', h($item['EventBlacklist']['id'])), array('class' => 'fa fa-trash', 'title' => __('Delete'), 'aria-label' => __('Delete')), __('Are you sure you want to delete the blacklist entry for the event UUID %s?', h($item['EventBlacklist']['event_uuid']))); ?>