aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-03-21 12:06:41 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-03-21 12:06:41 -0700
commit6fede83211a808c45f2e7c5f5dc29c4d6337bedc (patch)
treec4a2bf0928f8a5ad782964c4d9744a4454432866 /web/templates/index.xml
parentChange profile to a new base, needs to not be an arch. (diff)
downloadpackages-3-6fede83211a808c45f2e7c5f5dc29c4d6337bedc.tar.gz
packages-3-6fede83211a808c45f2e7c5f5dc29c4d6337bedc.tar.bz2
packages-3-6fede83211a808c45f2e7c5f5dc29c4d6337bedc.zip
Genshi 0.6-0.7: the HTML function changed the default of encoding from utf-8 to None, and we need to specify it manually ourselves.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'web/templates/index.xml')
-rw-r--r--web/templates/index.xml2
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>