summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-05-29 18:30:26 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-05-29 18:30:26 +0200
commit18bcb49be1dca7f9536898cb8a5b8c3725bcbe70 (patch)
treef760447fc8aebe476c509979be9f4d39f8156aac
parent54aced63882716f09f756e220ffa503cca55c9b0 (diff)
A minor cleanup.
darcs-hash:53c05c149696bc4bed33bd41d6273b315e26a2f8
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index 2c24e81..9afbff4 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -399,7 +399,7 @@ after another in any arbitrary order."
(<:input :type "hidden"
:name "action"
:value "post-comment")
- (<:div :style "display: table"; width: 100%"
+ (<:div :style "display: table"
(loop for (name . desc) in '(("author" . "Name (n&ouml;tig)")
("email" . "E-Mail")
("website" . "Website"))