Fix formatting of comments in the notes RSS feed
This commit is contained in:
parent
7599f98957
commit
129d505d91
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ xml.rss("version" => "2.0",
|
|||
|
||||
if comment.event == "commented" and not comment.nil?
|
||||
description_text += "<b>Comment:</b><br>"
|
||||
description_text += htmlize(comment.body)
|
||||
description_text += comment.body.to_html
|
||||
description_text += "<br>"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue