block ele for image

This commit is contained in:
John McLear 2014-04-07 19:25:51 +01:00
parent dcb3e13358
commit 4e17e4d8ca

View file

@ -2955,7 +2955,8 @@ function Ace2Inner(){
"pre": 1,
"li": 1,
"ol": 1,
"ul": 1
"ul": 1,
"img":1
};
_.each(hooks.callAll('aceRegisterBlockElements'), function(element){