From 4e12b6a4bdffa5bc90162575ee35abda178a2c6a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 22 Jul 2016 00:08:12 +0200 Subject: [PATCH] Fixed figcaption being inserted all the time --- .../install/files/js/3rdParty/redactor2/plugins/WoltLabImage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabImage.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabImage.js index 1e537f65fd..e48ef1ffae 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabImage.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabImage.js @@ -96,6 +96,7 @@ $.Redactor.prototype.WoltLabImage = function() { + '' + '' + '' /* dummy because redactor expects it to be present */ + + '' /* dummy because redactor expects it to be present */ + '
' + '' + '' -- 2.20.1