diff --git a/tpftest/ajax.html b/tpftest/ajax.html
index 1578c45..cf27ac8 100644
--- a/tpftest/ajax.html
+++ b/tpftest/ajax.html
@@ -10,7 +10,7 @@
url: "http://openvivo.org/tpf/core",
data: {subject: "http://openvivo.org/a/orcid0000-0002-1304-8447", predicate: "", object: ""},
success: function(data, status){
- document.getElementById("output").innerHTML = "Data: " + data.replace(//g,'>') + "\
Status: " + status;
+ document.getElementById("output").innerHTML = data.replace(//g,'>');
}
});
});