From 5827dd125dc6505a560271bf3cdaa8bde313b204 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 7 Jan 2009 23:31:47 +0100 Subject: Fix even more recent feed lossage. darcs-hash:27ff112b58e2577868c7a0ef1ab3d16ccbd62603 --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'journal.lisp') 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)) -- cgit v1.2.3