diff options
Diffstat (limited to 'journal.lisp')
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index a278177..60bc06c 100755 --- a/journal.lisp +++ b/journal.lisp @@ -196,7 +196,7 @@ (<:form :action (link-to :view :post-id (id-of journal-entry)) :method "post" :accept-charset "UTF-8" - (<:div :style "display: hidden" + (<:div :style "display: none" (<:input :type "hidden" :name "id" :value (prin1-to-string (id-of journal-entry))) |