Browse Source

change rspamd option delimiter

friedPotat0 5 years ago
parent
commit
c97b91503b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/js/site/debug.js

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

@@ -481,7 +481,7 @@ jQuery(function($){
         }
         var str = '<strong>' + key + '</strong> ' + sym.score_formatted;
         if (sym.options) {
-          str += ' [' + sym.options.join(",") + "]";
+          str += ' [' + sym.options.join(", ") + "]";
         }
         item.symbols[key].str = str;
       });