changeset 2300:b1a8d6d311c2

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Wed, 27 Apr 2016 22:20:54 +0100
parents c588522dda07 (current diff) a73495c6d604 (diff)
children b74241682c17
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/js/core.js	Wed Apr 27 10:21:17 2016 +0100
+++ b/js/core.js	Wed Apr 27 22:20:54 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;