From 0746518bbed35632d59f7edd97c45c00a32d25a7 Mon Sep 17 00:00:00 2001 From: Remko Plantenga Date: Wed, 17 Jul 2013 10:00:49 +0200 Subject: [PATCH] Fixed compare operator --- Libraries/strophe.muc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/strophe.muc.js b/Libraries/strophe.muc.js index 1591bd032..9dab34f94 100644 --- a/Libraries/strophe.muc.js +++ b/Libraries/strophe.muc.js @@ -180,7 +180,7 @@ xmlns: Strophe.NS.CLIENT }).t(message); msg.up(); - if (html_message !== null) { + if (html_message != null) { msg.c("html", {xmlns: Strophe.NS.XHTML_IM}).c("body", {xmlns: Strophe.NS.XHTML}).h(html_message); if (msg.node.childNodes.length === 0) {