Monotone-Parent: ce328c4c9469154f07c622494c7acbc547104658

Monotone-Revision: 763d338306598097969b19cbf1bd5dd68ab512c5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-08-10T18:57:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-08-10 18:57:46 +00:00
parent c42db63f2c
commit 535426b0bd
+1 -1
View File
@@ -290,7 +290,7 @@
{
url = [[elements objectAtIndex: 0] value: 0];
if (![[url lowercaseString] hasPrefix: @"http://"])
if ([[url lowercaseString] rangeOfString: @"://"].length)
url = [NSString stringWithFormat: @"http://%@", url];
data = [NSString stringWithFormat: