summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.atom.builder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commits/_commit.atom.builder')
-rw-r--r--app/views/projects/commits/_commit.atom.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.atom.builder b/app/views/projects/commits/_commit.atom.builder
index 50f7e7a3a33..640b5ecf99e 100644
--- a/app/views/projects/commits/_commit.atom.builder
+++ b/app/views/projects/commits/_commit.atom.builder
@@ -10,5 +10,5 @@ xml.entry do
xml.email commit.author_email
end
- xml.summary markdown(commit.description, pipeline: :single_line), type: 'html'
+ xml.summary markdown_field(commit, :description), type: 'html'
end