fix clear both on ctrl-enter
[roojs1] / roojs-debug.js
index b458a11..66a8a93 100644 (file)
@@ -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'); 
             }