On Dec 20, 2010, at 17:25:01, Thijs Alkemade wrote: > Fix a bug with nil objects in the AIHTHMLDecoder
A reminder for our newer Adium developers: There are actually two HTML encoders in AIHTMLDecoder. One is the strict XHTML encoder, and the other is the sloppy HTML (tag soup) encoder. Please specify which one you're changing in your commit message. (Task idea for anyone who wants some refactoring practice: Dynamite AIHTMLDecoder into three classes. Just be sure to make the change on 1.5 only, please!)