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
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-10 20:37:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-10 20:37:58 +0300
commitd244360d8b38218bd3e71c0203e9f2af41498daa (patch)
tree4dd99c19f76256866770d4035b606e7d9dfbdc6f /lib
parentf030ca96950296390a162ebc7b59914282bdb605 (diff)
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