Improve identification of lcsh links marked as loc links
This commit is contained in:
@ -419,6 +419,8 @@ enum MDNodaRepository implements MDValueEnumInterface, JsonSerializable {
|
||||
$id = strtr($id, [
|
||||
'http://id.loc.gov/authorities/names/' => '',
|
||||
'https://id.loc.gov/authorities/names/' => '',
|
||||
'http://id.loc.gov/authorities/subjects/' => '',
|
||||
'https://id.loc.gov/authorities/subjects/' => '',
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user