openscriptures / morphhb

Open Scriptures Hebrew Bible
https://hb.openscriptures.org
Other
178 stars 64 forks source link

Hunt & Eaton #51

Closed DavidHaslam closed 6 years ago

DavidHaslam commented 6 years ago

All the XML files contained the following line (since fixed in my Pull Request #49 )

        <publisher>Hunt &amp;amp; Eaton</publisher>

Clearly this must have been caused by a scripting error.

A script that replaced the ampersand character & by the XML entity &amp; must not have guarded against doing so for existing entities.

Although I've drawn attention to this with my commit and PR, I thought a separate new issue was in order so that whoever owns the delinquent script is prompted to review and fix it.

jag3773 commented 6 years ago

Fixed in #52