CheckNowCommandForm: remove visible whitespace
This commit is contained in:
parent
34700f483f
commit
5b19f9474c
|
@ -35,7 +35,7 @@ class CheckNowCommandForm extends ObjectsCommandForm
|
|||
'ignore' => true,
|
||||
'type' => 'submit',
|
||||
'value' => $this->translate('Check now'),
|
||||
'label' => '<i aria-hidden="true" class="icon-reschedule"></i> '
|
||||
'label' => '<i aria-hidden="true" class="icon-reschedule"></i>'
|
||||
. $this->translate('Check now'),
|
||||
'decorators' => array('ViewHelper'),
|
||||
'escape' => false,
|
||||
|
|
Loading…
Reference in New Issue