Skip to content

Commit

Permalink
Made changes in the 1st file to be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rajvidg authored Apr 8, 2022
1 parent 9eb56bc commit dfc4572
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/models/comment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,7 @@ def scrub_quoted_text
end

def render_body
body = RDiscount.new(
title_suggestion(self),
:autolink
).to_html
body = RDiscount.new(title_suggestion(self)).to_html
# if it has quoted email text that wasn't caught by the yahoo and gmail filters,
# manually insert the comment filter delimeter:
parsed = parse_quoted_text
Expand Down

0 comments on commit dfc4572

Please sign in to comment.