diff --git a/js/Article.js b/js/Article.js index 9c170598a..36c2aeff5 100644 --- a/js/Article.js +++ b/js/Article.js @@ -192,7 +192,8 @@ define(["dojo/_base/declare"], function (declare) { console.log("packing", row.id); row.setAttribute("data-content", row.getAttribute("data-content-original")); row.removeAttribute("data-content-original"); - row.innerHTML = " "; + + row.querySelector(".content-inner").innerHTML = " "; } }, view: function (id, noexpand) {