Mercurial > hg > webaudioevaluationtool
diff test_create/test_core.js @ 2366:5586b1687088
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Tue, 17 May 2016 01:20:39 +0100 |
parents | de1d5100d7a1 |
children | 89883dc7aa97 |
line wrap: on
line diff
--- a/test_create/test_core.js Mon May 16 16:20:59 2016 +0100 +++ b/test_create/test_core.js Tue May 17 01:20:39 2016 +0100 @@ -1323,7 +1323,7 @@ obj.content = document.createElement("div"); obj.content.id = "finish"; var span = document.createElement("span"); - span.textContent = "Your XML document is linked below. On most browsers, simply right click on the link and select 'Save As'. Or clicking on the link may download the file directly." + span.textContent = "Your XML document is linked below. On most browsers, simply right click on the link and select 'Save As'. Or clicking on the link may download the file directly. " obj.content.appendChild(span); var link = document.createElement("div"); link.appendChild(doc.children[0]);