Bulleted lists became numbered lists automatically in the Printed Output
I ran into a problem where some bulleted lists become numbered lists automatically when I generate the Printed Output from the Printed SSL. It's a strange problem because some lists with identical HTML codes later in the output are fine. It seems to be happening only with the first list of the output.

I added a dummy set of list items above the current ones and this is what I get:

When I change the second set of unordered list items to an ordered list, it comes out as an unordered list.
Here is the code:
<ul style="list-style: disc;">
<li><p class="BodyText"><a href="Understanding_Core_Concepts.htm">Understanding
Core Concepts</a></p></li>
<li><p class="BodyText"><a href="Working_in_Summary_Mode.htm">Working
in Summary Mode</a></p></li>
<li><p class="BodyText"><a href="Working_in_Command_Mode.htm">Working
in Command Mode</a></p></li>
<li><p class="BodyText"><a href="Working_in_DMIS_Mode.htm">Working
in DMIS Mode</a></p></li>
<li><p class="BodyText"><a href="Working_with_User_Defined_Groups.htm">Working
with User-Defined Groups</a></p></li>
</ul>Any thoughts? Please let me know if more details are required.
