From: Alexander Ebert Date: Tue, 1 Jul 2014 12:14:55 +0000 (+0200) Subject: wSync() did not convert HTML -> BBCode X-Git-Tag: 2.1.0_Alpha_1~641^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c90b99ecbf5a064b189503783ffd09cd5060655b;p=GitHub%2FWoltLab%2FWCF.git wSync() did not convert HTML -> BBCode --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wutil.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wutil.js index 194154397b..8e8b9f5d28 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wutil.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wutil.js @@ -303,5 +303,6 @@ RedactorPlugins.wutil = { */ wSync: function() { this.$source.val(this.cleanHtml(this.$source.val())); + this._convertFromHtml(); } };