diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-01-07 23:31:47 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-01-07 23:31:47 +0100 |
commit | 5827dd125dc6505a560271bf3cdaa8bde313b204 (patch) | |
tree | 24b7e09d0b1f3f9ef8d69c111b0c2e44f6150c24 | |
parent | e3f72a5cba6b0df852401878d4a290bac303adc6 (diff) |
Fix even more recent feed lossage.
darcs-hash:27ff112b58e2577868c7a0ef1ab3d16ccbd62603
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index b0b7190..b5c0508 100755 --- a/journal.lisp +++ b/journal.lisp @@ -184,7 +184,7 @@ ("xml:lang" "de") ("xml:base" ,(link-to :index :absolute t)))) (with-tag ("div" '(("xmlns" "http://www.w3.org/1999/xhtml"))) - (xml-as-is (journal-markup->html (body-of journal-comment))))))))))))) + (xml-as-is (journal-markup->html (body-of journal-entry))))))))))))) #.(restore-sql-reader-syntax-state)) |