diff options
-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")) |