Always capitalize "Cedar Point" and "Hollow Point"

This commit is contained in:
Domenic Denicola 2020-10-17 20:15:14 -04:00
commit eec513bb8d

View file

@ -340,6 +340,8 @@ function getBodyXML(chapter, contentEl) {
xml = xml.replace(/Shale avenue/g, "Shale Avenue");
xml = xml.replace(/Lord street/g, "Lord Street");
xml = xml.replace(/Slater street/g, "Slater Street");
xml = xml.replace(/Hollow point/g, "Hollow Point");
xml = xml.replace(/Cedar point/g, "Cedar Point");
// These are usually not italicized, but sometimes are. Other foreign-language names (like Yàngbǎn) are not
// italicized, so we go in the direction of removing the italics.