Monotone-Parent: 96f11391475b0d4e71002f19f89309839d039b36

Monotone-Revision: b2bfdd5b59fed2950707131eca171b4758bcd635

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-09T20:34:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-02-09 20:34:52 +00:00
parent a79036fbf9
commit 499c4d1efb
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -288,12 +288,12 @@ static int cssEscapingCount;
int count;
strings = [NSArray arrayWithObjects: @"_U_", @"_D_", @"_H_", @"_A_", @"_S_",
@"_C_", @"_CO_", @"_SP_", @"_SQ_", @"_AM_", nil];
@"_C_", @"_CO_", @"_SP_", @"_SQ_", @"_AM_", @"_P_", nil];
[strings retain];
cssEscapingStrings = [strings asPointersOfObjects];
characters = [NSArray arrayWithObjects: @"_", @".", @"#", @"@", @"*", @":",
@",", @" ", @"'", @"&", nil];
@",", @" ", @"'", @"&", @"+", nil];
cssEscapingCount = [strings count];
cssEscapingCharacters = NSZoneMalloc (NULL,
(cssEscapingCount + 1)