From 55141154c083acc2d0397f4c62b4e0be1c7a19fa Mon Sep 17 00:00:00 2001 From: Bot Date: Tue, 3 Jan 2017 14:12:17 +0100 Subject: Replaced " with ' --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/index.php') 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) . '
' ]); -- cgit v1.2.3-54-g00ecf