html escape the console log in refresh

fixes bug 977944

Change-Id: I89089155d1083332d02ae9039898227cbab42d07
This commit is contained in:
J. Daniel Schmidt
2012-04-10 14:56:37 +02:00
committed by Bernhard M. Wiedemann
parent e36dbd2c2a
commit ab2e27522a

View File

@@ -284,7 +284,7 @@ var Horizon = function() {
data: data,
method: 'get',
success: function(response_body) {
$('pre.logs').html(response_body);
$('pre.logs').text(response_body);
},
error: function(response) {
if(via_user_submit) {