From cbb99dc201ca0ca83f7930a654d3e842b387c888 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 21 Aug 2008 21:46:11 +0000 Subject: [PATCH] Monotone-Parent: 2067a16090e68b1eac6c1e860f41b09c466ff2f5 Monotone-Revision: 5115a135492e7714cb2a621cfb35a30ce246f20d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-08-21T21:46:11 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/NSString+Utilities.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/NSString+Utilities.m b/SoObjects/SOGo/NSString+Utilities.m index adc0c6763..9da659743 100644 --- a/SoObjects/SOGo/NSString+Utilities.m +++ b/SoObjects/SOGo/NSString+Utilities.m @@ -166,7 +166,7 @@ static NSMutableCharacterSet *urlStartChars = nil; if (!urlAfterEndingChars) { urlAfterEndingChars = [NSMutableCharacterSet new]; - [urlAfterEndingChars addCharactersInString: @"&;[]\t \r\n"]; + [urlAfterEndingChars addCharactersInString: @"&[]\t \r\n"]; } start = refRange.location;