srophe / britishLibrary

Copy of the Srophe application for British Library MSS
GNU General Public License v3.0
0 stars 2 forks source link

Remove trailing whitespace after decoration typing #311

Closed wlpotter closed 5 months ago

wlpotter commented 7 months ago

Example record: https://bl.vuexistapps.us/ms/427. There is an extra space added after the decoration typing; data from

Data found in /TEI/teiHeader/fileDesc/sourceDesc/msDesc/physDesc/decoDesc/decoNote/@type (or /TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/decoDesc/decoNote/@type for multi-part)

Current: "Decoration (Ornamentation ):" Updated: "Decoration (Ornamentation):"

XML:

<decoNote xml:id="decoNote1" type="ornamentation">
davidamichelson commented 5 months ago

@wsalesky Just a ping to remind you of this.

wsalesky commented 5 months ago

Done: https://github.com/srophe/britishLibrary/pull/322