X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=66a8a9324eb5a6b4c36bc9a58b33dbdae6469a1d;hb=75306a4fa02a77ba83cd27662eacaae32a367f59;hp=b458a1189a502c2fb5152514a5bd819a2322d51e;hpb=733d90ce65e73af95432e688ae569be47802658c;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index b458a1189a..66a8a9324e 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -47818,7 +47818,7 @@ Roo.htmleditor.KeyEnter.prototype = { // only do this if we have ctrl key.. var br = doc.createElement('br'); br.className = 'clear'; - br.setAttribute('style', 'clear:all'); + br.setAttribute('style', 'clear: both'); sel.insertNode(br, 'after'); }