remove cruft

image
John McLear 2014-04-07 20:28:27 +01:00
parent b6f40043da
commit 55db1592ab
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
if(tname == "img"){
cc.incrementAttrib(state, "image");
isEmpty = false;
state.lineAttributes.pastedImage = node.outerHTML + "<br/>foo<br/>";
state.lineAttributes.pastedImage = node.outerHTML;
}
else if (tname == "br")
{