This commit is contained in:
Thomas Baruchel 2022-11-05 12:28:02 +01:00
parent e2258b08fa
commit 65588cfd92
1 changed files with 2 additions and 4 deletions

View File

@ -80,14 +80,12 @@ def build_entry(d):
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
<updated>%s</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>This is the entry content.</p>
</div>
<div xmlns="http://www.w3.org/1999/xhtml">%s</div>
</content>
</entry>
""" % (
d.find("h1").text,
mydate
mydate, d
))