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 %}