summaryrefslogtreecommitdiff
path: root/app/views/events/_event_issue.atom.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/events/_event_issue.atom.haml')
-rw-r--r--app/views/events/_event_issue.atom.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/events/_event_issue.atom.haml b/app/views/events/_event_issue.atom.haml
index 4259f64c191..fad65310021 100644
--- a/app/views/events/_event_issue.atom.haml
+++ b/app/views/events/_event_issue.atom.haml
@@ -1,3 +1,2 @@
%div{xmlns: "http://www.w3.org/1999/xhtml"}
- - if issue.description.present?
- = markdown(issue.description, xhtml: true, reference_only_path: false, project: issue.project)
+ = markdown(issue.description, pipeline: :atom, project: issue.project)