remove trailing space

This commit is contained in:
Timo Litzbarski 2015-10-12 14:53:13 +00:00
parent c9ce5962a6
commit 9eed530aa8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<?= $this->form->text('filter', $values, $errors, array('required', 'maxlength="100"')) ?>
<?php if ($this->user->isProjectManagementAllowed($project['id'])): ?>
<?= $this->form->checkbox('is_shared', t('Share with all project members'), 1) ?>
<?= $this->form->checkbox('is_shared', t('Share with all project members'), 1) ?>
<?php endif ?>
<?= $this->form->checkbox('append', t('Append filter (instead of replacement)'), 1) ?>