]> git.siccegge.de Git - ksp-webtool.git/commitdiff
unicode fix
authorChristoph Egger <christoph@anonymous.siccegge.de>
Sun, 30 Nov 2014 06:52:56 +0000 (07:52 +0100)
committerChristoph Egger <christoph@anonymous.siccegge.de>
Sun, 30 Nov 2014 06:52:56 +0000 (07:52 +0100)
templates/index.html

index 90c2c3fedb7a7c3dddac8838ca269d7250e408cb..0b46a413be73b310a6d03c380a35f71f0419a8b1 100644 (file)
@@ -27,7 +27,7 @@
   </tr>
   {% for uid in data[entry][1] %}
   <tr>
-    <td>{{uid.data}}</td>
+    <td>{{uid.data.decode('utf-8')}}</td>
   </tr>
   {% endfor %}
   {% endfor %}