1
0
Fork 0

Fix format for comments

This commit is contained in:
Andy Wingo 2022-10-20 22:45:35 +02:00
parent f424227fff
commit 9dd5eba908

View file

@ -56,7 +56,7 @@
(author ,(assq-ref comment 'author))
(email ,(assq-ref comment 'author_email))
(url ,(assq-ref comment 'author_url))
,(let ((format (or (assq-ref comment 'format) 'marxdown))
,(let ((format (or (assq-ref comment 'format) 'wordpress))
(raw (assq-ref comment 'raw-content)))
(or (case format
((wordpress) (false-if-exception (wordpress->sxml raw)))