aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin/nea.cgi.in
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/nea.cgi.in')
-rw-r--r--cgi-bin/nea.cgi.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgi-bin/nea.cgi.in b/cgi-bin/nea.cgi.in
index ef84ac5..b8eeae4 100644
--- a/cgi-bin/nea.cgi.in
+++ b/cgi-bin/nea.cgi.in
@@ -47,7 +47,10 @@
(car l)))
(else
s)))
- (string-split (or (getenv "HTTP_ACCEPT_LANGUAGE") "") #\,)))
+ (string-split (or
+ (getenv "HTTP_ACCEPT_LANGUAGE")
+ "")
+ #\,)))
(define nea-max-rows 20) ;; FIXME: Move to the config

Return to:

Send suggestions and report system problems to the System administrator.