libpurple/util.c

changeset 27831
f04462da519d
parent 27732
3df98cc829ac
child 27880
16fe15b82347
--- 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");

mercurial