summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-20 13:32:23 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-20 13:32:23 +0200
commitedee3ef56cdc07992e2e4d9e908031e74349e67d (patch)
tree46cbccee52c5354faf269b741714c98043f946b4
parent8903bd8d34da59221e7f69052ebd7b31f7cb349f (diff)
Make all style tags conform to the CSS specification again.
darcs-hash:5d1df8ca40e8bc5c62dfc68a72af499a7bf95ceb
-rwxr-xr-xjournal.lisp2
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)))