diff --git a/Source/Source.php b/Source/Source.php index 73ba38b..1c1d8b4 100644 --- a/Source/Source.php +++ b/Source/Source.php @@ -38,7 +38,7 @@ 'manage_threshold' => ADMINISTRATOR, 'view_threshold' => VIEWER, - 'buglink_regex_1' => '/(?:bugs?|issues?|reports?)+\s+(?:#?(?:\d+)[,\.\s]+)+/i', + 'buglink_regex_1' => '/(?:bugs?|issues?|reports?)+\s+(?:#?(?:\d+)[,\.\s]*)+/i', 'buglink_regex_2' => '/#?(\d+)/', 'remote_checkin' => OFF,