1
0
Fork 0

Fix another accidental-nodelist area

* tekuti/page.scm (page-admin): Fix accidental nodelist.
This commit is contained in:
Andy Wingo 2019-05-31 15:56:41 +02:00
parent 9d9d39c7f5
commit 5cdda50445

View file

@ -89,7 +89,7 @@
(ul ,@(post-links 5)))
(li (h2 "changes" ,(rellink '("admin" "changes")
">>"))
(ul ,(recent-changes 5)))))
(ul ,@(recent-changes 5)))))
(h2 "new post")
,(post-editing-form #f))))))