summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskv <skv-headless@yandex.ru>2014-08-14 15:19:44 +0400
committerskv <skv-headless@yandex.ru>2014-08-14 15:19:44 +0400
commit3d7b79e454ed680f20abe9eb957693ea44599b48 (patch)
treecf4426dc3e5b23c484f9acfe3644fc6310dcf6b3
parent53ead2e35c9195ae1f68bf5d7154e341636caf1b (diff)
downloadgitlab-ce-3d7b79e454ed680f20abe9eb957693ea44599b48.tar.gz
whitespaceses at beginning of commit messages
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index f2b0699f136..2bc9048b2ad 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -55,4 +55,4 @@
= gfm escape_once(@commit.title)
- if @commit.description.present?
%pre.commit-description
- = gfm escape_once(@commit.description)
+ = preserve(gfm(escape_once(@commit.description)))