Mercurial > hg > webaudioevaluationtool
changeset 2299:a73495c6d604
typo
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Wed, 27 Apr 2016 21:50:33 +0100 |
parents | b0b4d264d9a8 |
children | b1a8d6d311c2 18d390c66b47 |
files | js/core.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/js/core.js Wed Apr 27 09:59:01 2016 +0100 +++ b/js/core.js Wed Apr 27 21:50:33 2016 +0100 @@ -404,7 +404,7 @@ a.textContent = "Save File"; popup.showPopup(); - popup.popupContent.innerHTML = "</span>Please save the file below to give to your test supervisor</span><br>"; + popup.popupContent.innerHTML = "<span>Please save the file below to give to your test supervisor</span><br>"; popup.popupContent.appendChild(a); } else { var xmlhttp = new XMLHttpRequest;