--- a/libpurple/util.c Sun Jul 19 06:20:21 2009 +0000 +++ b/libpurple/util.c Sun Jul 19 08:09:24 2009 +0000 @@ -1572,8 +1572,9 @@ ALLOW_TAG("h5"); ALLOW_TAG("h6"); /* we only allow html to start the message */ - if(c == html) + if(c == html) { ALLOW_TAG("html"); + } ALLOW_TAG_ALT("i", "em"); ALLOW_TAG_ALT("italic", "em"); ALLOW_TAG("li");