mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
fix ie editing
This commit is contained in:
parent
73d6030762
commit
44d1d6cc13
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument)
|
|||
{
|
||||
newHTML += ' ';
|
||||
}
|
||||
else if (!browser.msie)
|
||||
else
|
||||
{
|
||||
newHTML += '<br/>';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue