changeset 110:81f4ba3b121b

blog/atom.xml: change namespace for XHTML content
author Goffi <goffi@goffi.org>
date Wed, 24 Jan 2018 19:43:30 +0100
parents 7a67372ddd7b
children e1a0d5678837
files default/blog/atom.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/default/blog/atom.xml	Wed Jan 24 19:20:19 2018 +0100
+++ b/default/blog/atom.xml	Wed Jan 24 19:43:30 2018 +0100
@@ -33,7 +33,9 @@
             {% endfor %}
             {% if item.content_xhtml %}
                 <content type='xhtml'>
+                    <div xmlns='http://www.w3.org/1999/xhtml'>
                     {{item.content_xhtml}}
+                    </div>
                 </content>
             {% else %}
                 <content type='text'>