aboutsummaryrefslogtreecommitdiff
path: root/index.scml
diff options
context:
space:
mode:
Diffstat (limited to 'index.scml')
-rw-r--r--index.scml5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.scml b/index.scml
index 8d8e51d..3088c0b 100644
--- a/index.scml
+++ b/index.scml
@@ -50,8 +50,9 @@
(car l)))
(else
s)))
- (string-split
- (table:get (request-rec:subprocess-env Request) "HTTP_ACCEPT_LANGUAGE")
+ (string-split
+ (or (table:get (request-rec:subprocess-env Request) "HTTP_ACCEPT_LANGUAGE")
+ "")
#\,)))
(string-append ellinika-document-root "/" ellinika-dispatcher))))

Return to:

Send suggestions and report system problems to the System administrator.