Fixes old typo in LexisNexis translator.
This commit is contained in:
parent
33e953aa02
commit
ef1f28d05a
|
@ -8422,7 +8422,7 @@ REPLACE INTO translators VALUES ('b047a13c-fe5c-6604-c997-bef15e502b09', '1.0.0b
|
|||
if (author){
|
||||
newItem.creators.push(Zotero.Utilities.cleanAuthor(author.textContent, "author"));
|
||||
}
|
||||
newItem.respository = "lexisnexis.com";
|
||||
newItem.repository = "lexisnexis.com";
|
||||
newItem.url = url;
|
||||
newItem.complete()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user