fix clear both on ctrl-enter
[roojs1] / roojs-ui-debug.js
index 7184449..8507e37 100644 (file)
@@ -23326,7 +23326,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'); 
             }