DOI with slash confusing validation code means misformatted DOI
Dialog for `10.17159/sajs.2017/a0196` has an update from `10.17159/SAJS.2017/A0196C` which contains a slash. This confuses crossref.util library which mistakes this for an invalid DOI, meaning that the DOI isn't formatted to include a resolver by `crossmark.features.crossmark-core/decorate-dois`. Fix by using new fixed `crossref-util "0.1.14"`.
Caused and fixed by https://github.com/CrossRef/util/issues/1
issue