mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 16:14:45 +08:00
change rspamd option delimiter
This commit is contained in:
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
Block a user