90aa870c36
Fixes issues #880, #723, #1113: Markdown must be rendered to XHTML, not HTML, when generating summary content for Atom feeds. Otherwise, content-less tags like <img> and <hr>, generated when issue descriptions, merge request descriptions, comments, or commit messages use emoji, horizontal rules, or images, are not terminated and make the Atom XML invalid.
3 lines
125 B
Text
3 lines
125 B
Text
%div{xmlns: "http://www.w3.org/1999/xhtml"}
|
|
- if issue.description.present?
|
|
= markdown(issue.description, xhtml: true)
|