srophe / britishLibrary

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

Whitespace Pretty Print issues in HTML display #142

Open davidamichelson opened 1 year ago

davidamichelson commented 1 year ago

Some whitespace is odd in https://bl.vuexistapps.us/manuscript/1/xml

Example: Note: A summary of the contents of which isprefixed. SeeChrysostom,

<note>
A summary of the contents of which is
<ref target="p2a2">prefixed</ref>
. See
<bibl>
Chrysostom, Synopsis Scripturae Sacrae; Opera, t vi. p. 397; Migne, Patrol. Gr., t. lvi., col. 336.
</bibl>
</note>

Is this a data issue or a display issue?

wsalesky commented 1 year ago

@davidamichelson This is a data issue, I corrected it locally, and it displays as expected.

davidamichelson commented 9 months ago

See examples toward the end of https://bl.vuexistapps.us/manuscript/537

See Items 6 and 10 notes and also the additions

davidamichelson commented 9 months ago

See https://bl.vuexistapps.us/manuscript/100

Decoration note

wsalesky commented 9 months ago

Some of these are still in the data: https://github.com/srophe/britishLibrary-data/blob/main/data/tei/537.xml#L287 https://github.com/srophe/britishLibrary-data/blob/main/data/tei/537.xml#L291

https://github.com/srophe/britishLibrary-data/blob/main/data/tei/100.xml#L225

If you want me to code in a space before every ref and placeName/persName I can do that. Let me know.