diff default/blog/atom.xml @ 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 2dd56fd2e9c9
children
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'>