From 91ba0f03621aee4dadb47e7cb74425ceb04c8609 Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Thu, 13 Jul 2017 21:22:34 -0700 Subject: [PATCH] Resolve issues with unicode characters in author's name I've been unable to reproduce the issue on macOS with Python 2.7/3.6 and Fedora with Python 2.7, but if it happens for others, then it's worth the change. --- cps/templates/author.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/author.html b/cps/templates/author.html index 15dc3f1b..bf33c812 100644 --- a/cps/templates/author.html +++ b/cps/templates/author.html @@ -5,7 +5,7 @@ {% if author is not none %}
{%if author.image_url is not none %} - {{author.name}} + {{author.name|safe}} {% endif %} {%if author.about is not none %}