mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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 += ' ';
|
newHTML += ' ';
|
||||||
}
|
}
|
||||||
else if (!browser.msie)
|
else
|
||||||
{
|
{
|
||||||
newHTML += '<br/>';
|
newHTML += '<br/>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue