aboutsummaryrefslogtreecommitdiff
path: root/src/cgi-bin/nea.scm4
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgi-bin/nea.scm4')
-rw-r--r--src/cgi-bin/nea.scm42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgi-bin/nea.scm4 b/src/cgi-bin/nea.scm4
index 9c940f6..f64aca2 100644
--- a/src/cgi-bin/nea.scm4
+++ b/src/cgi-bin/nea.scm4
@@ -335,7 +335,7 @@ ifelse(IFACE,[CGI],(cgi:init))
(for-each
(lambda (name)
(cond
- ((string=? name "LANG"))
+ ((string=? name "lang"))
(else
(let ((v (cgi:value name)))
(cond ((and v (not (string-null? v)))

Return to:

Send suggestions and report system problems to the System administrator.