Fix format for comments
This commit is contained in:
parent
f424227fff
commit
9dd5eba908
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue