From edee3ef56cdc07992e2e4d9e908031e74349e67d Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 20 Sep 2007 13:32:23 +0200 Subject: Make all style tags conform to the CSS specification again. darcs-hash:5d1df8ca40e8bc5c62dfc68a72af499a7bf95ceb --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.3