summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorTimo Litzbarski <tili2@gmx.de>2015-10-12 14:53:13 +0000
committerTimo Litzbarski <tili2@gmx.de>2015-10-12 14:53:13 +0000
commit9eed530aa8a343810235c95d39a11619d062c2ba (patch)
tree20c179e911106a6f3f83fae0e091f56be10137ca /app/Template
parentc9ce5962a61d648f95d03a270ae485449f139ab7 (diff)
remove trailing space
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/custom_filter/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/custom_filter/add.php b/app/Template/custom_filter/add.php
index dfdae72f..61df148c 100644
--- a/app/Template/custom_filter/add.php
+++ b/app/Template/custom_filter/add.php
@@ -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) ?>