Improved HTML of mail notifications. See ChangeLog.

Monotone-Parent: 8ce46d6fa7b1d1a9d12069cee3ba796d99d668d2
Monotone-Revision: 5a6d160e6f9616edb725a40e08f24f0f0bf539b0

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-20T18:34:59
This commit is contained in:
Francis Lachapelle
2012-07-20 18:34:59 +00:00
parent aeef968c4e
commit 5c618e5638
8 changed files with 91 additions and 81 deletions

View File

@@ -468,6 +468,7 @@ static NSData* _sanitizeContent(NSData *theData)
value = [_attributes valueAtIndex: count];
skipAttribute = ([value rangeOfString: @"://"].location
== NSNotFound
&& ![value hasPrefix: @"mailto:"]
&& ![value hasPrefix: @"#"]);
}
else