www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 23ad809a066dc3bd8e74fc67eb4eca6c0cc49455
parent 2ce712df703cc972ef701068ffb5a35ede82b5ba
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 30 May 2011 19:59:09 +0000

Add a note regarding our divergence from the RIS spec on "AB"


Diffstat:
Mtranslators/RIS.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/translators/RIS.js b/translators/RIS.js @@ -266,6 +266,8 @@ function processTag(item, tag, value) { item.notes.push({note:value}); } else item.notes.push({note:value}); } + // The RIS spec insanely claims that AB == N1, but other software seems + // to overlook or ignore this, so we will too on import } else if(tag == "N2" || tag == "AB") { // abstract item.abstractNote = value;