From 9eccd9c006a26962fbcc6874d7ff79bdc66d9234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B3=A2=E5=93=A5?= Date: Sun, 16 Dec 2018 14:51:42 +0800 Subject: [PATCH] fixed UnicodeDecodeError Fixed UnicodeDecodeError when the tag is Unicode char, --- templates/tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tag.html b/templates/tag.html index 2bc967a..de74568 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -1,3 +1,3 @@ {% extends "index.html" %} -{% block title %} – {{ _('Tag %(name)s', name=tag) }}{% endblock %} +{% block title %} – Tag {{ tag }}{% endblock %} {% set summarise = True %}