summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
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.