CheckNowCommandForm: remove visible whitespace

This commit is contained in:
Thomas Gelf 2015-06-03 14:50:58 +02:00
parent 34700f483f
commit 5b19f9474c
1 changed files with 1 additions and 1 deletions

View File

@ -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,