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:
Francis Lachapelle
2011-08-11 15:41:08 +00:00
parent 785aa3c23e
commit 4844179663
+1 -1
View File
@@ -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: @"%@&nbsp;%@<br />\n",