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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_issue.atom.haml b/app/views/events/_event_issue.atom.haml
index fad65310021..083c3936212 100644
--- a/app/views/events/_event_issue.atom.haml
+++ b/app/views/events/_event_issue.atom.haml
@@ -1,2 +1,2 @@
%div{xmlns: "http://www.w3.org/1999/xhtml"}
- = markdown(issue.description, pipeline: :atom, project: issue.project)
+ = markdown(issue.description, pipeline: :atom, project: issue.project, author: issue.author)