I&#39;m looking into interesting display problems in BPBible 0.5 with the TDavid module.  When it comes to the section of &quot;Hints for Pastors and Laypersons&quot;, it sometimes seems to display a bullet / number, then put the text on the next line.  The module is ThML, and I include a sample from Psalm 55:7:<br>

<br>&lt;font size=&quot;3&quot;&gt;&lt;b&gt;HINTS FOR PASTORS AND LAYPERSONS&lt;/b&gt;&lt;/font&gt; &lt;p /&gt;&lt;b&gt;Verse 7&lt;/b&gt;. Solitude. &lt;blockquote&gt; &lt;br /&gt; &lt;li /&gt;Its fancied benefits.&lt;br /&gt; &lt;br /&gt; &lt;li /&gt;Its sore temptations.&lt;br /&gt; &lt;br /&gt; &lt;li /&gt;Its occasional benefits.&lt;br /&gt; &lt;br /&gt; &lt;li /&gt;Its sweet solaces. &lt;/blockquote&gt;&lt;/ol&gt;<br>

<br>A few interesting things to note:<br>1. This is obviously intended to be an ordered list, since it ends with an &quot;ol&quot;, but because it does not start with one it is bulleted, not numbered (other verses are numbered).<br>

<br>2. The markup is highly presentational.<br><br>3. List items are self-closing.  I&#39;m not sure I&#39;ve ever seen this in HTML before.  Usually the &lt;li&gt; would surround the content of the list items.<br><br>All these constructs are faithfully passed through the HTML filters.  Is this formatting what was intended, or is it just one of those things?<br>

<br>Jon<br>