From edf2f744528e0b1ef209c6c6b91a3a4852f933ba Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 13 Dec 2014 18:20:50 +0100 Subject: [PATCH] Fixed line-break convert --- wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1