aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'syz-cluster/dashboard')
-rw-r--r--syz-cluster/dashboard/templates/series.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/dashboard/templates/series.html b/syz-cluster/dashboard/templates/series.html
index 31eaebc8f..c53015be4 100644
--- a/syz-cluster/dashboard/templates/series.html
+++ b/syz-cluster/dashboard/templates/series.html
@@ -27,7 +27,7 @@
body.html("")
body.load(url, function(response, status, xhr){
if (status == "success") {
- body.html("<pre>" + response + "</pre>")
+ body.html($('<pre></pre>').text(response))
}
$('#contentModal').modal('show');
});