summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 90cc5c81..92a71c6d 100644
--- a/public/index.php
+++ b/public/index.php
@@ -182,5 +182,5 @@ echo template_render(__DIR__ . '/../templates/layout.html', [
'faq_url' => $faq_url,
'contact_email' => $contact_email,
'locale' => locale(),
- 'event_info' => EventConfig_info($event_config) . ' < br />'
+ 'event_info' => EventConfig_info($event_config) . ' <br />'
]);