summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-30 00:40:05 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-30 00:40:05 +0200
commit6392eaedc789a57cdddb123456ef1a0affb81713 (patch)
treea356d9b30c2c75948550b30dee227df1ac67615d /journal.lisp
parent7f829dbfba7de43bbc2402b12ea476c63a2ef1f0 (diff)
A few minor bug fixes.
darcs-hash:e8acb95333d31014bed6cba528ee5c92e9aa20ef
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&uuml;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"