diff --git a/usr/local/www/diag_tables.php b/usr/local/www/diag_tables.php index 2930d6ae55..9bbcc461f0 100644 --- a/usr/local/www/diag_tables.php +++ b/usr/local/www/diag_tables.php @@ -108,6 +108,7 @@ include("fbegin.inc"); if (200 == response.status) { // Escape all dots to not confuse jQuery selectors name = response.responseText.replace(/\./g,'\\.'); + name = name.replace(/\//g,'\\/'); jQuery('#' + name).fadeOut(1000); } }