emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/webfeeder 73b905e 14/22: Atom: Specify type for content


From: Pierre Neidhardt
Subject: [elpa] externals/webfeeder 73b905e 14/22: Atom: Specify type for content
Date: Tue, 26 Mar 2019 07:10:02 -0400 (EDT)

branch: externals/webfeeder
commit 73b905e54ba8cddd5b1c818b70003da42c9e1bb2
Author: Pierre Neidhardt <address@hidden>
Commit: Pierre Neidhardt <address@hidden>

    Atom: Specify type for content
---
 webfeeder.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/webfeeder.el b/webfeeder.el
index e325ec8..f5ae1d8 100644
--- a/webfeeder.el
+++ b/webfeeder.el
@@ -324,10 +324,9 @@ The date is set to epoch if the item date is nil."
            "</name></author>\n")
    (when (webfeeder-item-subtitle item)
      (concat "  <summary>" (webfeeder-item-subtitle item) "</summary>\n"))
-   ;; TODO: Pros and cons if we could pass a "type" item to specify HTML or
-   ;; XHTML and remove CDATA?
-   ;; "  <content type=\"xhtml\"><![CDATA["
-   "  <content><![CDATA["
+   ;; TODO: What's the impact of chosing between HTML or XHTML as a type?  Can
+   ;; we auto-detect this?
+   "  <content type=\"html\"><![CDATA["
    (webfeeder-item-body item)
    "]]></content>\n"
    (when (webfeeder-item-categories item)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]