From a5d591bd166a9eba69e7191154bc65a1b3ed1d23 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Thu, 16 Nov 2023 22:04:35 +0000 Subject: [PATCH] Revert r22441 (#39553). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22444 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/acts/mentionable.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/redmine/acts/mentionable.rb b/lib/redmine/acts/mentionable.rb index 35659661f..c7b0c0655 100644 --- a/lib/redmine/acts/mentionable.rb +++ b/lib/redmine/acts/mentionable.rb @@ -103,9 +103,7 @@ module Redmine \s| \]| <| - [[:punct:]]? - $ - ) + $) /ix end end