Closed JonathanReeve closed 6 years ago
Since <lb/> actually means "line beginning," these should go at the beginnings of lines. This means that we'll have to find a better solution than just transforming <lb/> to <br/> in the HTML.
<lb/>
<br/>
Marking this as fixed, since I moved the <lb/> tags to the beginning. Won't fix the XSLT, however, since I'm going to rewrite this all, anyway.
Since
<lb/>
actually means "line beginning," these should go at the beginnings of lines. This means that we'll have to find a better solution than just transforming<lb/>
to<br/>
in the HTML.