Fix #3321: HTML tags not converted in artist commentaries.

This commit is contained in:
evazion
2017-11-21 01:59:09 -06:00
parent b3a9cd6c06
commit f8581c8113
2 changed files with 10 additions and 2 deletions

View File

@@ -132,7 +132,8 @@ module Sources
%("user/#{member_id}":[#{profile_url}] "»":[/artists?#{search_params}])
end
text
text = text.gsub(/\r\n|\r|\n/, "<br>")
DText.from_html(text)
end
def illust_id_from_url