Changeset 23031
- Timestamp:
- 04/03/2008 11:03:27 AM (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/Adium Framework/Source/AIHTMLDecoder.m
r22828 r23031 337 337 338 338 //Size 339 if ( !thingsToInclude.simpleTagsOnly) {339 if (thingsToInclude.fontTags && font && !thingsToInclude.simpleTagsOnly) { 340 340 [string appendString:[NSString stringWithFormat:@" ABSZ=%i SIZE=%i", (int)pointSize, HTMLEquivalentForFontSize((int)pointSize)]]; 341 341 currentSize = pointSize;