From 6c021baa8d9867ff2720c19e93bad4c8db0696e9 Mon Sep 17 00:00:00 2001 From: Timo Litzbarski Date: Mon, 12 Oct 2015 14:54:43 +0000 Subject: remove trailing space --- app/Template/custom_filter/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ user->isProjectManagementAllowed($project['id'])): ?> form->checkbox('is_shared', t('Share with all project members'), 1, $values['is_shared'] == 1) ?> - form->hidden('is_shared', $values) ?> + form->hidden('is_shared', $values) ?> form->checkbox('append', t('Append filter (instead of replacement)'), 1, $values['append'] == 1) ?> -- cgit v1.2.3