Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Iván Vargas López <jvargas@gitlab.com>2018-08-24 19:45:46 +0300
committerJose Vargas <jvargas@gitlab.com>2018-08-24 21:43:36 +0300
commit70f8a351ca78d855f03da066b26b5d2d2a6e9d58 (patch)
tree489b3e1b6e4f88ba3de2404d0e90c20021388781 /lib/gitlab
parent1f7a68f82cfcbca467392bc1accfde36763be698 (diff)
Merge branch 'security-2694-pipeline-11-2' into 'security-11-2'
[11.2] Removes <br> sent from backend on tooltips in jobs See merge request gitlab/gitlabhq!2458
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/ci/status/build/failed.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/status/build/failed.rb b/lib/gitlab/ci/status/build/failed.rb
index 703f0b9217b..508b4814631 100644
--- a/lib/gitlab/ci/status/build/failed.rb
+++ b/lib/gitlab/ci/status/build/failed.rb
@@ -32,7 +32,7 @@ module Gitlab
end
def description
- "<br> (#{failure_reason_message})"
+ "- (#{failure_reason_message})"
end
def failure_reason_message