seboettg / citeproc-php

Full-featured CSL 1.0.1 processor for PHP
MIT License
73 stars 38 forks source link

“Title with dot after question mark?.”: delimiter and suffix, guard against repeated chars #163

Open glorieux-f opened 11 months ago

glorieux-f commented 11 months ago

Bug reports:

citeproc-php

zotero

Fix ?

Used CSL stylesheet:

apa.csl

Used CSL metadata

Please replace these lines with your used metadata, for instance:

[
{
    "id": "http://zotero.org/users/8989645/items/T3B6BM9U",
    "type": "book",
    "title": "Title with dot suffix after question mark?",
    "author": [
        {
            "family": "Doe",
            "given": "John"
        }
    ]
},
{
    "id": "n2",
    "type": "book",
    "publisher": "Publisher",
    "title": "Title with dot delimiter after question mark?",
    "author": [
        {
            "family": "Doe",
            "given": "John"
        }
    ]
}
]