fixed UnicodeDecodeError
Fixed UnicodeDecodeError when the tag is Unicode char,
This commit is contained in:
parent
2bfd49a853
commit
9eccd9c006
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
{% extends "index.html" %}
|
||||
{% block title %} – {{ _('Tag %(name)s', name=tag) }}{% endblock %}
|
||||
{% block title %} – Tag {{ tag }}{% endblock %}
|
||||
{% set summarise = True %}
|
||||
|
|
Loading…
Add table
Reference in a new issue