diff options
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 019d6d972..771d81b31 100644 --- a/globals.pl +++ b/globals.pl @@ -915,7 +915,7 @@ sub quoteUrls { $text =~ s~\b(attachment\s*\#?\s*(\d+)) ~GetAttachmentLink($2, $1) - ~egmx; + ~egmxi; # This handles bug a, comment b type stuff. Because we're using /g # we have to do this in one pattern, and so this is semi-messy. |