Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from boboldehampsink/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
Bob Olde Hampsink committed Sep 22, 2015
2 parents b8f2508 + 338059a commit fde913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elementtypes/TaskManagerElementType.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function getTableAttributeHtml(BaseElementModel $element, $attribute)
// Show special actions
if ($attribute == 'actions') {
return '<a href="javascript:void(0)" class="restart icon" title="'.Craft::t('Restart').'"> '
.'<a href="javascript:void(0)" class="delete icon" title="'.Craft::t('Delete').'"></a>';
.'<a href="javascript:void(0)" class="delete icon" title="'.Craft::t('Delete').'"></a>';
}

// Or format default
Expand Down

0 comments on commit fde913f

Please sign in to comment.