aboutsummaryrefslogtreecommitdiff
path: root/index.scml
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-04-04 10:30:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-04-04 10:30:20 +0000
commit9a08d61db5b88828bf0ebddf153a7ec202e70a0c (patch)
tree07a4a377e08b82ee83267769c7ec5649886c994e /index.scml
parent1286e6c6f432df6592d5c0dcf2f026465d4bef38 (diff)
downloadellinika-9a08d61db5b88828bf0ebddf153a7ec202e70a0c.tar.gz
ellinika-9a08d61db5b88828bf0ebddf153a7ec202e70a0c.tar.bz2
Bugfixes
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@446 941c8c0f-9102-463b-b60b-cd22ce0e6858
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.