mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Monotone-Parent: 6ebfad7c881ce0f2eee326f619d2e684e3f91df3
Monotone-Revision: 23b277d875e5d3edbaacfcbca90a9b0bd961925e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-08-11T15:41:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
if ([value length] > 0)
|
||||
{
|
||||
if ([url length] > 0)
|
||||
value = [NSString stringWithFormat: @"<a href=\"%@://%@\">%@</a>", url, value, value];
|
||||
value = [NSString stringWithFormat: @"<a href=\"%@:%@\">%@</a>", url, value, value];
|
||||
|
||||
if (label)
|
||||
[cardString appendFormat: @"%@ %@<br />\n",
|
||||
|
||||
Reference in New Issue
Block a user