From 2cbf0bbfa82d82f7e3107ed107b747de20f59437 Mon Sep 17 00:00:00 2001 From: nleanba <25827850+nleanba@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:59:10 +0100 Subject: [PATCH] revert to original behaviour wrt taxonomicName selection --- src/gg2rdf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gg2rdf.ts b/src/gg2rdf.ts index affc367..5d032d9 100644 --- a/src/gg2rdf.ts +++ b/src/gg2rdf.ts @@ -323,7 +323,7 @@ export function gg2rdf( // add cited taxon concepts document.querySelectorAll( - "subSubSection[type='reference_group'] treatmentCitationGroup, subSubSection[type='reference_group'] treatmentCitation, subSubSection[type='reference_group'] taxonomicName, taxonomicName", + "subSubSection[type='reference_group'] treatmentCitationGroup, subSubSection[type='reference_group'] treatmentCitation, subSubSection[type='reference_group'] taxonomicName", ).forEach((e: Element) => { if ( (e.tagName === "treatmentCitation" &&