diff options
Diffstat (limited to 'web/templates/index.xml')
-rw-r--r-- | web/templates/index.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/index.xml b/web/templates/index.xml index dc1a5ef..8bc852f 100644 --- a/web/templates/index.xml +++ b/web/templates/index.xml @@ -34,7 +34,7 @@ from datetime import datetime <uri>${links.ciavc_link(pkg.meta.authorid)}</uri> </author> <updated>${pkg.meta.ebuildchange.strftime("%Y-%m-%dT%H:%M:%SZ")}</updated> - <summary type="xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:div xmlns="http://www.w3.org/1999/xhtml">${HTML(pkg.meta.commitmsg)}</xhtml:div></summary> + <summary type="xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:div xmlns="http://www.w3.org/1999/xhtml">${HTML(pkg.meta.commitmsg, encoding='utf-8')}</xhtml:div></summary> </entry> </feed> |