diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-12-10 22:30:48 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-12-10 22:30:48 +0100 |
commit | b61c67a5ad07fae329374a947ace02f671ccbd01 (patch) | |
tree | fffaced66471a1454620824796e71416a8a536d1 | |
parent | 81803e4fb3efd1fb37d6443f12e8079dadb4f9ff (diff) |
Fix code formatting.
darcs-hash:3d73e2fccd56f3c68e05836b4e5725e5b30b4322
-rwxr-xr-x | journal.lisp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/journal.lisp b/journal.lisp index 957a0db..3737934 100755 --- a/journal.lisp +++ b/journal.lisp @@ -141,16 +141,16 @@ posting-date comments comments-p) (<:div :class :journal-entry (<:h2 (<:a :href (link-to :view :post-id id) - (<:as-html title))) - (<:div :class :journal-entry-header - (<:span :class :journal-entry-date - (<:as-html - (format-date nil "%@day-of-week, den %day.%mon.%yr, %hr:%2min." - posting-date))) - (unless (null categories) - (<:span :class :journal-entry-category - (<:as-html - (format nil "Abgeheftet unter ..."))))) + (<:as-html title))) + (<:div :class :journal-entry-header + (<:span :class :journal-entry-date + (<:as-html + (format-date nil "%@day-of-week, den %day.%mon.%yr, %hr:%2min." + posting-date))) + (unless (null categories) + (<:span :class :journal-entry-category + (<:as-html + (format nil "Abgeheftet unter ..."))))) (when *full-entry-view* (<:div :class :journal-entry-body (<:as-is (journal-markup->html body)))) |