summaryrefslogtreecommitdiff
path: root/app/Template/action/event.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-31 12:15:26 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-31 12:15:26 -0500
commit1500ff92b2dc3d3932c8e06755bec23f9017e8a4 (patch)
tree242f6b24f1786c6db20d9c46ee1c3f661776e5cf /app/Template/action/event.php
parente81fa0ebd2071cd86011de19435cbac3a9fc61d6 (diff)
Templates cleanup
Diffstat (limited to 'app/Template/action/event.php')
-rw-r--r--app/Template/action/event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/action/event.php b/app/Template/action/event.php
index 7f968a97..b4741a98 100644
--- a/app/Template/action/event.php
+++ b/app/Template/action/event.php
@@ -11,7 +11,7 @@
<?= $this->form->hidden('action_name', $values) ?>
<?= $this->form->label(t('Event'), 'event_name') ?>
- <?= $this->form->select('event_name', $events, $values) ?><br/>
+ <?= $this->form->select('event_name', $events, $values) ?>
<div class="form-help">
<?= t('When the selected event occurs execute the corresponding action.') ?>