mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Bug 126418 - add '{' and '}' to not be included in channel links
r=rginda chatzilla only
This commit is contained in:
parent
b80501852c
commit
970f245e7d
@ -417,7 +417,7 @@ function initHost(obj)
|
||||
obj.munger.addRule ("bugzilla-link", /(?:\s|\W|^)(bug\s+#?\d{3,6})/i,
|
||||
insertBugzillaLink);
|
||||
obj.munger.addRule ("channel-link",
|
||||
/(?:\s|\W|^)[@+]?(#[^<>\[\]()\"\s]*[^:,.<>\[\]()\'\"\s])/i,
|
||||
/(?:\s|\W|^)[@+]?(#[^<>\[\](){}\"\s]*[^:,.<>\[\](){}\'\"\s])/i,
|
||||
insertChannelLink);
|
||||
|
||||
obj.munger.addRule ("face",
|
||||
|
Loading…
x
Reference in New Issue
Block a user