summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-12-10 22:30:48 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-12-10 22:30:48 +0100
commitb61c67a5ad07fae329374a947ace02f671ccbd01 (patch)
treefffaced66471a1454620824796e71416a8a536d1
parent81803e4fb3efd1fb37d6443f12e8079dadb4f9ff (diff)
Fix code formatting.
darcs-hash:3d73e2fccd56f3c68e05836b4e5725e5b30b4322
-rwxr-xr-xjournal.lisp20
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))))