Skip to content

fix: missing white space after element

Michelle Weidling requested to merge missing-space-after-element into develop

See https://projects.academiccloud.de/work_packages/21813.

Usually, in tei:choice the tei:sic comes before the tei:corr. However, this isn't always the case. since a white space is inserted during the processing of tei:corr, it might be missing in the HTML when tei:corr appears before tei:sic. This fix ensures the correct sequence in the HTML.

Merge request reports