From 01538ed33a166725e3358c288aa57e35596ad37f Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Tue, 21 Jan 2020 09:46:29 +0800 Subject: [PATCH] Close #366 I don't know why this works, but this extra whitespace is required on PHP 7.4. If you want to know why I hate PHP updates, this is why. --- templates/post/name.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post/name.html b/templates/post/name.html index e7f85f8b..fda086a5 100644 --- a/templates/post/name.html +++ b/templates/post/name.html @@ -3,9 +3,9 @@ {# start email #} {% endif %} - {{ post.name|bidi_cleanup }} + {{ post.name|bidi_cleanup }} {% if post.trip|length > 0 %} - {{ post.trip }} + {{ post.trip }} {% endif %} {% if post.email|length > 0 and (config.hide_sage!=true or post.email!='sage') and config.hide_email!=true %} {# end email #}