# HG changeset patch # User Nicholas Jillings # Date 1484841036 0 # Node ID 83ae42eab9609b47504f9aac6faecea4cd9af05b # Parent dc08127a5084d9ea842a657be1c2e7148d996ae5 LC diff -r dc08127a5084 -r 83ae42eab960 js/core.js --- a/js/core.js Thu Jan 19 15:49:33 2017 +0000 +++ b/js/core.js Thu Jan 19 15:50:36 2017 +0000 @@ -638,7 +638,7 @@ converter = new showdown.Converter(), p = new DOMParser(); this.popupResponse.innerHTML = ""; - this.popupTitle = p.parseFromString(converter.makeHtml(node.specification.statement), "text/html").getElementsByTagName("body")[0].firstElementChild; + this.popupTitle.appendChild(p.parseFromString(converter.makeHtml(node.specification.statement), "text/html").getElementsByTagName("body")[0].firstElementChild); if (node.specification.type == 'question') { var textArea = document.createElement('textarea'); switch (node.specification.boxsize) {