Bug 113261 - fix chatzilla url detecting

r=rginda
a=asa
chatzilla only
This commit is contained in:
samuel%sieb.net 2002-03-24 21:09:58 +00:00
parent 9d7d8fbaac
commit c4785566f6

View File

@ -406,7 +406,7 @@ function initHost(obj)
"event-tracer", true /* negate */,
false /* disable */);
obj.linkRE = /((\w+):\/\/[^<>\[\]()\'\"\s]+|www(\.[^.<>\[\]()\'\"\s]+){2,})/;
obj.linkRE = /((\w+):[^<>\[\]()\'\"\s]+|www(\.[^.<>\[\]()\'\"\s]+){2,})/;
obj.munger = new CMunger();
obj.munger.enabled = true;