diff --git a/files/templates/comments.html b/files/templates/comments.html index 2cacf4ba5..155a465be 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -110,7 +110,7 @@ {% if c.author.bio_html %} - {% set bio = c.author.bio_html.replace('src="/assets/images/loading.gif" data-', '') %} + {% set bio = c.author.bio_html.replace('data-src', 'src') %}