diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-05-29 18:30:26 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-05-29 18:30:26 +0200 |
commit | 18bcb49be1dca7f9536898cb8a5b8c3725bcbe70 (patch) | |
tree | f760447fc8aebe476c509979be9f4d39f8156aac | |
parent | 54aced63882716f09f756e220ffa503cca55c9b0 (diff) |
A minor cleanup.
darcs-hash:53c05c149696bc4bed33bd41d6273b315e26a2f8
-rwxr-xr-x | journal.lisp | 2 |
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ötig)") ("email" . "E-Mail") ("website" . "Website")) |