summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Litzbarski <tili2@gmx.de>2015-10-12 14:54:43 +0000
committerTimo Litzbarski <tili2@gmx.de>2015-10-12 14:54:43 +0000
commit6c021baa8d9867ff2720c19e93bad4c8db0696e9 (patch)
tree1d3c494395076de246b765387ba53de35d497f99
parent9eed530aa8a343810235c95d39a11619d062c2ba (diff)
remove trailing space
-rw-r--r--app/Template/custom_filter/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/custom_filter/edit.php b/app/Template/custom_filter/edit.php
index f729152f..9d296b84 100644
--- a/app/Template/custom_filter/edit.php
+++ b/app/Template/custom_filter/edit.php
@@ -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) ?>