From: Alexander Ebert Date: Sat, 13 Dec 2014 17:20:50 +0000 (+0100) Subject: Fixed line-break convert X-Git-Tag: 2.1.0_Beta_1~31 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=edf2f744528e0b1ef209c6c6b91a3a4852f933ba;p=GitHub%2FWoltLab%2FWCF.git Fixed line-break convert --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js index 4f79f8e71c..e89b6c581c 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js @@ -892,7 +892,7 @@ RedactorPlugins.wbbcode = function() { } } else { - $line = '

' + $line + '

'; + data += '

' + $line + '

'; } } else {