mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
remove cruft
This commit is contained in:
parent
b6f40043da
commit
55db1592ab
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
|
||||||
if(tname == "img"){
|
if(tname == "img"){
|
||||||
cc.incrementAttrib(state, "image");
|
cc.incrementAttrib(state, "image");
|
||||||
isEmpty = false;
|
isEmpty = false;
|
||||||
state.lineAttributes.pastedImage = node.outerHTML + "<br/>foo<br/>";
|
state.lineAttributes.pastedImage = node.outerHTML;
|
||||||
}
|
}
|
||||||
else if (tname == "br")
|
else if (tname == "br")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue