From: Christoph Egger Date: Sun, 30 Nov 2014 06:52:56 +0000 (+0100) Subject: unicode fix X-Git-Url: https://git.siccegge.de//index.cgi?p=ksp-webtool.git;a=commitdiff_plain;h=44b1580610f27807c38c407e41a743e14ce9f7a0 unicode fix --- diff --git a/templates/index.html b/templates/index.html index 90c2c3f..0b46a41 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,7 +27,7 @@ {% for uid in data[entry][1] %} - {{uid.data}} + {{uid.data.decode('utf-8')}} {% endfor %} {% endfor %}