From dc0622dbe3cd552abca4107557c6c09edb23625c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 24 Oct 2019 09:06:18 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- lib/gitlab/ci/ansi2html.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/gitlab/ci/ansi2html.rb b/lib/gitlab/ci/ansi2html.rb index eb5d78ebcd4..a737d5543ad 100644 --- a/lib/gitlab/ci/ansi2html.rb +++ b/lib/gitlab/ci/ansi2html.rb @@ -220,7 +220,7 @@ module Gitlab return if @sections.include?(section) @sections << section - write_raw %{
} + write_raw %{
} @lineno_in_section = 0 end @@ -308,7 +308,7 @@ module Gitlab css_classes << "section" css_classes << if @lineno_in_section == 0 - "js-section-header section-header cursor-pointer" + "section-header" else "line" end -- cgit v1.2.1