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