summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'journal.lisp')
-rwxr-xr-xjournal.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/journal.lisp b/journal.lisp
index 60bc06c..47ad91c 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -48,6 +48,7 @@
(defun show-atom-feed ()
(http-add-header "Last-Modified" (http-timestamp (compute-journal-last-modified-date)))
+ (http-add-header "Content-Language" "de")
(http-send-headers "application/atom+xml; charset=UTF-8")
(flet ((atom-time (time)
@@ -237,9 +238,11 @@
;; feel slower to the end user rather than faster.
;;
;; (http-add-header "Last-Modified" (http-timestamp (compute-journal-last-modified-date)))
+ (http-add-header "Content-Language" "de")
(http-send-headers "text/html; charset=UTF-8")
(<xhtml :xmlns "http://www.w3.org/1999/xhtml"
+ :lang "de"
(<:head
(<:title
(<:as-html