From 887c242b6c59adf4b53230fb13b0b2a61e5e7579 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 12 Dec 2013 00:08:25 +0000 Subject: [PATCH] more sensible naming --- 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 10e8b02af..80b08a067 100644 --- a/src/static/js/contentcollector.js +++ b/src/static/js/contentcollector.js @@ -456,7 +456,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class var tname = (dom.nodeTagName(node) || "").toLowerCase(); if (tname == "img") { - state.lineAttributes.image = node.outerHTML; + state.lineAttributes.pastedImage = node.outerHTML; } else if (tname == "br") {