1.1 --- a/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m Sat Oct 24 12:13:13 2009 -0400
1.2 +++ b/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m Wed Oct 28 01:57:39 2009 -0400
1.3 @@ -703,12 +703,8 @@
1.4 */
1.5 NSString *htmlEncodedMessage = [AIHTMLDecoder encodeHTML:[content message]
1.6 headers:NO
1.7 - fontTags:([content isOutgoing] ?
1.8 - YES :
1.9 - showIncomingFonts)
1.10 - includingColorTags:(allowsColors ?
1.11 - ([content isOutgoing] ? YES : showIncomingColors) :
1.12 - NO)
1.13 + fontTags:showIncomingFonts
1.14 + includingColorTags:showIncomingColors
1.15 closeFontTags:YES
1.16 styleTags:YES
1.17 closeStyleTagsOnFontChange:YES