Merge "Check for whitespace around changeid searches"
This commit is contained in:
commit
87700099f2
@ -128,8 +128,8 @@ class openstack_project::gerrit (
|
||||
commentlinks => [
|
||||
{
|
||||
name => 'changeid',
|
||||
match => '(I?[0-9a-f]{8,40})',
|
||||
link => '#q,$1,n,z',
|
||||
match => '(<p>|[\\s]+)(I?[0-9a-f]{7,40})(</p>|[\\s.]+)',
|
||||
html => '$1<a href=\"#q,$2,n,z\">$2</a>$3',
|
||||
},
|
||||
{
|
||||
name => 'bugheader',
|
||||
|
Loading…
x
Reference in New Issue
Block a user