diff templates/atom/changelogentry.tmpl @ 5270:b962f82cfd61

Atom support: replaced xhtml namespace prefix with default namespace
author Robert Bachmann <rbach@rbach.priv.at>
date Thu, 30 Aug 2007 18:55:56 +0200
parents 46c5e1ee8aaa
children d5662e939893
line wrap: on
line diff
--- a/templates/atom/changelogentry.tmpl	Thu Aug 30 16:42:17 2007 +0200
+++ b/templates/atom/changelogentry.tmpl	Thu Aug 30 18:55:56 2007 +0200
@@ -9,8 +9,8 @@
   <updated>#date|rfc3339date#</updated>
   <published>#date|rfc3339date#</published>
   <content type="xhtml">
-   <xhtml:div>
-    <xhtml:pre xml:space="preserve">#desc|escape#</xhtml:pre>
-   </xhtml:div>
+   <div xmlns="http://www.w3.org/1999/xhtml">
+    <pre xml:space="preserve">#desc|escape#</pre>
+   </div>
   </content>
  </entry>