mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 13:46:23 +00:00
Monotone-Parent: b0f4711fa3917d9ca82a918807fe75046c131ee1
Monotone-Revision: 2b628a62ac49757d2bbeda1275fc38d69079752a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-10T15:33:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -73,6 +73,8 @@
|
||||
}
|
||||
|
||||
[rendering appendString: [tag uppercaseString]];
|
||||
|
||||
/* parameters */
|
||||
attributes = [anElement attributes];
|
||||
keys = [[attributes allKeys] objectEnumerator];
|
||||
while ((key = [keys nextObject]))
|
||||
@@ -104,6 +106,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* values */
|
||||
values = [anElement values];
|
||||
if ([values count] > 0)
|
||||
[rendering appendFormat: @":%@",
|
||||
|
||||
Reference in New Issue
Block a user