Revert previous fix
This commit is contained in:
parent
998d52ec6d
commit
b23632f6c3
|
@ -147,7 +147,7 @@ Zotero.Utilities = {
|
|||
}
|
||||
|
||||
author = author.replace(/^[\s\.\,\/\[\]\:]+/, '');
|
||||
author = author.replace((useComma ? /[\s\,\/\[\]\:]+$/ : /[\s\,\/\[\]\:\.]+$/), '');
|
||||
author = author.replace(/[\s\,\/\[\]\:\.]+$/, '');
|
||||
author = author.replace(/ +/, ' ');
|
||||
if(useComma) {
|
||||
// Add spaces between periods
|
||||
|
|
Loading…
Reference in New Issue
Block a user