Closed mromanello closed 3 months ago
Line 501 reads
"collection": "/api/dts/collection/?id=urn:cts:latinLit:phi1103.phi001.lascivaroma-lat1(&nav}"
but should read instead
"collection": "/api/dts/collection/?id=urn:cts:latinLit:phi1103.phi001.lascivaroma-lat1{&nav}"
(it contains an unmatched closing curly bracket)
Fixed by @7c02
Line 501 reads
but should read instead
(it contains an unmatched closing curly bracket)