From b4702c706c6146dadfb795bb74160f64ad95bd76 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Thu, 25 Dec 2014 18:34:27 +0100 Subject: [PATCH] Properly decode UIDs (utf-8 / ignore) --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 0b46a41..00b8cdc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,7 @@ {% for entry in data %} - +
{{data[entry][1][0].data}} {{data[entry][0].fingerprint}}{{data[entry][1][0].data.decode('UTF-8', errors='ignore')}} {{data[entry][0].fingerprint}}
-- 2.39.2