diff options
Diffstat (limited to 'xml-rpc-functions.lisp')
-rw-r--r-- | xml-rpc-functions.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xml-rpc-functions.lisp b/xml-rpc-functions.lisp index 0bba5c6..41ee2a3 100644 --- a/xml-rpc-functions.lisp +++ b/xml-rpc-functions.lisp @@ -49,7 +49,7 @@ (xml-rpc-struct :categories (mapcar #'uuid-of categories) :pub-date (xml-rpc-time date) :guid uuid - :description body + :description (htmlise-entry (find-entry postid)) :link (link-to :view :post-id postid :absolute t) :comments (link-to :view :post-id postid :absolute t) :title title))) |