diff --git a/app/views/projects/commits/show.atom.builder b/app/views/projects/commits/show.atom.builder
index 7aab98e07c44a2dc8340675655c21fe79e8ea035..a40720ab4a84d593f27a47a365ba0b04e5648be8 100644
--- a/app/views/projects/commits/show.atom.builder
+++ b/app/views/projects/commits/show.atom.builder
@@ -17,7 +17,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom", "xmlns:media" => "http://sear
         xml.name commit.author_name
         xml.email commit.author_email
       end
-      xml.summary markdown(commit.description, pipeline: :atom)
+      xml.summary markdown(commit.description, pipeline: :single_line)
     end
   end
 end