From cbea461de6718c60191b7cf8d45c3127bc804a36 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 21 Oct 2021 17:12:30 +0200 Subject: [PATCH] dfs --- files/templates/comments.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 155a465be..1d99ca9ae 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -109,13 +109,6 @@ })() -{% if c.author.bio_html %} - {% set bio = c.author.bio_html.replace('data-src', 'src') %} - -{% endif %} -
- {% if c.author.bio_html %}{{bio | safe}}{% endif %} + {% if c.author.bio_html %}{{c.author.bio_html.replace('data-src', 'src') | safe}}{% endif %}