diff --git a/templates/report.html b/templates/report.html
index 6e34416..858a40c 100644
--- a/templates/report.html
+++ b/templates/report.html
@@ -310,7 +310,7 @@
// we need to load the results
loadData.call($("form#check_form")[0], true);
} else {
- populateResults(response);
+ populateResults(JSON.parse(response));
$(".container-loading").slideUp();
}