From 6392eaedc789a57cdddb123456ef1a0affb81713 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 30 Sep 2007 00:40:05 +0200 Subject: A few minor bug fixes. darcs-hash:e8acb95333d31014bed6cba528ee5c92e9aa20ef --- journal.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'journal.lisp') 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" -- cgit v1.2.3