summaryrefslogtreecommitdiff
path: root/main.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'main.lisp')
-rw-r--r--main.lisp2
1 files changed, 1 insertions, 1 deletions
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")