html escape the console log in refresh
fixes bug 977944 Change-Id: I89089155d1083332d02ae9039898227cbab42d07
This commit is contained in:
committed by
Bernhard M. Wiedemann
parent
e36dbd2c2a
commit
ab2e27522a
@@ -284,7 +284,7 @@ var Horizon = function() {
|
|||||||
data: data,
|
data: data,
|
||||||
method: 'get',
|
method: 'get',
|
||||||
success: function(response_body) {
|
success: function(response_body) {
|
||||||
$('pre.logs').html(response_body);
|
$('pre.logs').text(response_body);
|
||||||
},
|
},
|
||||||
error: function(response) {
|
error: function(response) {
|
||||||
if(via_user_submit) {
|
if(via_user_submit) {
|
||||||
|
|||||||
Reference in New Issue
Block a user