diff options
-rwxr-xr-x | journal.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/journal.lisp b/journal.lisp index e685dde..04fd4aa 100755 --- a/journal.lisp +++ b/journal.lisp @@ -336,7 +336,7 @@ :name "id" :value (prin1-to-string id)) (<:input :type "submit" - :value "Löschen"))) + :value "Löschen"))) " | " (<:form :class :journal-entry-edit-button-form :style "display: inline;" @@ -432,7 +432,7 @@ :cols 40)))) (<:div (<:input :type "submit" - :value "Veröffentlichen"))))))) + :value "Veröffentlichen"))))))) (defun call-with-web-journal (page-title thunk &key canonical-uri) @@ -731,7 +731,7 @@ :name "body" :value body) (<:div - (<:input :type "submit" :value "Veröffentlichen"))) + (<:input :type "submit" :value "Veröffentlichen"))) (show-journal-entry-with-components (or id -1) title body |