Commit 5daefcf6 authored by Romain Loth's avatar Romain Loth

ris parser: fix typo s/A/AB/ in ris parameters (typo was introduced by me in 9f535e17)

parent a91b25a3
......@@ -20,7 +20,7 @@ class RISParser(Parser):
"N1": {"type": "hyperdata", "key": "references", "separator": ", "},
"LA": {"type": "hyperdata", "key": "language_iso2"},
"A": {"type": "hyperdata", "key": "abstract", "separator": " "},
"AB": {"type": "hyperdata", "key": "abstract", "separator": " "},
"WC": {"type": "hyperdata", "key": "fields"},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment