summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'journal.lisp')
-rwxr-xr-xjournal.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index efe753c..bc7bd2b 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -195,7 +195,10 @@
nicht beachtet werden. Sparen Sie sich also die Mühe."))
(<:form :action (link-to :view :post-id (id-of journal-entry))
:method "post"
- :accept-charset "UTF-8"
+ :accept-charset #+(or) "ISO-10646-UTF-1"
+ "UTF-8"
+ :enctype #+(or) "multipart/form-data"
+ "application/x-www-form-urlencoded"
(<:div :style "display: none"
(<:input :type "hidden"
:name "id"