remove trailing space

This commit is contained in:
Timo Litzbarski 2015-10-12 14:54:43 +00:00
parent 9eed530aa8
commit 6c021baa8d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<?php if ($this->user->isProjectManagementAllowed($project['id'])): ?>
<?= $this->form->checkbox('is_shared', t('Share with all project members'), 1, $values['is_shared'] == 1) ?>
<?php else: ?>
<?= $this->form->hidden('is_shared', $values) ?>
<?= $this->form->hidden('is_shared', $values) ?>
<?php endif ?>
<?= $this->form->checkbox('append', t('Append filter (instead of replacement)'), 1, $values['append'] == 1) ?>