diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-09-20 13:32:23 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-09-20 13:32:23 +0200 |
commit | edee3ef56cdc07992e2e4d9e908031e74349e67d (patch) | |
tree | 46cbccee52c5354faf269b741714c98043f946b4 | |
parent | 8903bd8d34da59221e7f69052ebd7b31f7cb349f (diff) |
Make all style tags conform to the CSS specification again.
darcs-hash:5d1df8ca40e8bc5c62dfc68a72af499a7bf95ceb
-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))) |