Browse Source

[Web] Fix CSS, thanks to @irgendwr

andryyy 6 years ago
parent
commit
cb9a63ec4d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/web/js/site/debug.js

+ 1 - 0
data/web/js/site/debug.js

@@ -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) {