From 4bd2c76c0af0370c7788a8bc6f640c8f0369c24e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 8 Oct 2009 19:54:42 +0200 Subject: Improve Atom publishing API conformance. Ignore-this: 35f3d7d6ce625b2c66dfbfdcd2e6c53a darcs-hash:d8fa4f56187060dc4a5cc513c0c675110c2eca0f --- main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lisp') diff --git a/main.lisp b/main.lisp index 39c4ccb..96fd57b 100644 --- a/main.lisp +++ b/main.lisp @@ -149,7 +149,7 @@ (cond ((string= *method* "GET") (if *post-number* (show-atom-entry) - (show-atom-feed :include-edit-links t))) + (show-atom-feed :include-edit-links t :full-content t))) ((member *method* '("POST" "PUT") :test 'equal) (with-transaction () (let* ((entry (if (string= *method* "PUT") -- cgit v1.2.3