Commit f1bab4d2 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 237840: eliminate case sensitivity for "attachment N"…

Patch for bug 237840: eliminate case sensitivity for "attachment N" linkification; r=kiko, a=justdave.
parent 3845053c
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment