Skip to content

Commit

Permalink
changed × to x
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Nov 12, 2024
1 parent 3ca6810 commit 0d211e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gg2rdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ export function gg2rdf(
) {
const names: string[] = [
taxonName.getAttribute("genus"),
taxonName.getAttribute("isHybrid") === "true" ? "×" : "",
taxonName.getAttribute("isHybrid") === "true" ? "x" : "",
ranks.includes("species")
? taxonName.getAttribute("species")
// only put subGenus if no species present
Expand Down

0 comments on commit 0d211e1

Please sign in to comment.