]> git.jsancho.org Git - blog.git/blobdiff - haunt.scm
Fix issue reading posts body with Haunt 0.2.5
[blog.git] / haunt.scm
index c594fd9548e9e0d48c690511f1bed746990fec5e..89b8e7edd2ab4336fd4aa0abf934837c900da218 100644 (file)
--- a/haunt.scm
+++ b/haunt.scm
                     
            (define (post-summary post)
              (or (post-ref post 'summary)
-                (get-paragraphs (cdr (post-sxml post)) 3)))
+                (get-paragraphs (cdar (post-sxml post)) 3)))
 
            `(
             ,@(map (lambda (post)