[Web] Fix CSS, thanks to @irgendwr

master
andryyy 2019-08-09 14:14:41 +02:00
parent fc1e547e53
commit cb9a63ec4d
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ jQuery(function($){
} else if (item.method == 'POST') {
item.method = '<span class="label label-warning">' + item.method + '</span>';
}
item.data = escapeHtml(item.data);
});
} else if (table == 'rllog') {
$.each(data, function (i, item) {