adium 3166:278eca3d6068: Fix of long-standing bug in FONT-tag ha...

commits at adium.im commits at adium.im
Thu Apr 1 20:27:11 UTC 2010


details:	http://hg.adium.im/adium/rev/278eca3d6068
revision:	3166:278eca3d6068
author:		Andreas Monitzer <am at adiumx.com>
date:		Thu Apr 01 22:27:02 2010 +0200

Fix of long-standing bug in FONT-tag handling by kbotc. Fixes #9594

diffs (12 lines):

diff -r 6140e52d3390 -r 278eca3d6068 Frameworks/Adium Framework/Source/AIHTMLDecoder.m
--- a/Frameworks/Adium Framework/Source/AIHTMLDecoder.m	Thu Mar 25 12:32:24 2010 -0400
+++ b/Frameworks/Adium Framework/Source/AIHTMLDecoder.m	Thu Apr 01 22:27:02 2010 +0200
@@ -673,7 +673,7 @@
 		oldLink = nil;
 	}
 
-	if (thingsToInclude.fontTags && thingsToInclude.closingFontTags && openFontTag) {
+	if (thingsToInclude.closingFontTags && openFontTag) {
 		//Close any open font tag
 		[string appendString:@"</FONT>"];
 	}




More information about the commits mailing list