summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2018-08-11 22:16:57 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-11 22:16:57 +0200
commit28349b69a8e591ddd2472bd53a3029de96444696 (patch)
tree77e5575fb777768718546a398fa797c041117970 /public
parent3d245660c53da4b4da832c3139329e091dbfac3d (diff)
Changed JS to use single quotes instead of double quotes
Diffstat (limited to 'public')
-rwxr-xr-xpublic/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index adf22e71..0528f531 100755
--- a/public/index.php
+++ b/public/index.php
@@ -247,6 +247,6 @@ echo view(__DIR__ . '/../templates/layout.html', [
'header_toolbar' => header_toolbar(),
'faq_url' => config('faq_url'),
'contact_email' => config('contact_email'),
- 'locale' => locale(),
+ 'locale' => locale_short(),
'event_info' => EventConfig_info($event_config) . ' <br />'
]);