change rspamd option delimiter
parent
31ceb54732
commit
c97b91503b
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue