summaryrefslogtreecommitdiff
path: root/app/Template/action/event.php
diff options
context:
space:
mode:
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.') ?>