From 55db1592abe2d599543b7c269cdb8e6d689be998 Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 7 Apr 2014 20:28:27 +0100 Subject: [PATCH] remove cruft --- src/static/js/contentcollector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/contentcollector.js b/src/static/js/contentcollector.js index 88ada345f..f9cd03908 100644 --- a/src/static/js/contentcollector.js +++ b/src/static/js/contentcollector.js @@ -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 + "
foo
"; + state.lineAttributes.pastedImage = node.outerHTML; } else if (tname == "br") {