diff src/plugins/plugin_xep_0071.py @ 1812:160b0d4c6520

plugin XEP-0071, XEP-0277: method clean_xhtml has been renamed to cleanXHTML
author souliane <souliane@mailoo.org>
date Tue, 19 Jan 2016 11:51:07 +0100
parents d17772b0fe22
children cf53e3cc702a
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0071.py	Tue Jan 19 11:49:25 2016 +0100
+++ b/src/plugins/plugin_xep_0071.py	Tue Jan 19 11:51:07 2016 +0100
@@ -118,7 +118,7 @@
             if xhtml:
                 raise exceptions.DataError(_("Can't have xhtml and rich content at the same time"))
         if xhtml:
-            d = self.synt_plg.clean_xhtml(xhtml)
+            d = self.synt_plg.cleanXHTML(xhtml)
         d.addCallback(syntax_converted)
         return d