summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-10 17:37:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-10 17:37:58 +0000
commitd244360d8b38218bd3e71c0203e9f2af41498daa (patch)
tree4dd99c19f76256866770d4035b606e7d9dfbdc6f /lib
parentf030ca96950296390a162ebc7b59914282bdb605 (diff)
downloadgitlab-ce-d244360d8b38218bd3e71c0203e9f2af41498daa.tar.gz
Add latest changes from gitlab-org/gitlab@15-9-stable-ee
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/regex.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/regex.rb b/lib/gitlab/regex.rb
index e76056709e9..93d23add5eb 100644
--- a/lib/gitlab/regex.rb
+++ b/lib/gitlab/regex.rb
@@ -466,7 +466,7 @@ module Gitlab
# HTML comment line:
# <!-- some commented text -->
- ^<!--\ .*\ -->\ *$
+ ^<!--\ .*?\ -->\ *$
)
}mx.freeze