##// END OF EJS Templates
Atom support: replaced xhtml namespace prefix with default namespace
Robert Bachmann -
r5270:b962f82c default
parent child Browse files
Show More
@@ -9,8 +9,8 b''
9 <updated>#date|rfc3339date#</updated>
9 <updated>#date|rfc3339date#</updated>
10 <published>#date|rfc3339date#</published>
10 <published>#date|rfc3339date#</published>
11 <content type="xhtml">
11 <content type="xhtml">
12 <xhtml:div>
12 <div xmlns="http://www.w3.org/1999/xhtml">
13 <xhtml:pre xml:space="preserve">#desc|escape#</xhtml:pre>
13 <pre xml:space="preserve">#desc|escape#</pre>
14 </xhtml:div>
14 </div>
15 </content>
15 </content>
16 </entry>
16 </entry>
@@ -1,4 +1,4 b''
1 Content-type: application/atom+xml; charset={encoding}
1 Content-type: application/atom+xml; charset={encoding}
2
2
3 <?xml version="1.0" encoding="{encoding}"?>
3 <?xml version="1.0" encoding="{encoding}"?>
4 <feed xmlns="http://www.w3.org/2005/Atom" xmlns:xhtml="http://www.w3.org/1999/xhtml"> No newline at end of file
4 <feed xmlns="http://www.w3.org/2005/Atom"> No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now