From 6f8630df2e0e4ab4e48e5d4ff176f4ff9db66f85 Mon Sep 17 00:00:00 2001 From: Bat Date: Sat, 29 Sep 2018 18:29:22 +0100 Subject: [PATCH] Use
for avatars is displayed as an error without src, in Chrome Fixes #222 --- templates/macros.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/macros.html.tera b/templates/macros.html.tera index 0bdd8e46..b419bf0a 100644 --- a/templates/macros.html.tera +++ b/templates/macros.html.tera @@ -88,10 +88,10 @@ {% endif %} {% endmacro %} {% macro avatar(user, size="small", pad=true) %} - + >
{% endmacro %}