mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user