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