Custom bullet suddenly shown incorrectly when generated
Please help - need fix!!
I'm working with RH 9 and have several projects based on the same CSS. Yesterday in one of the projects, one of my custom bullets suddenly became incorrectly depicted in view or generated form.
Everything looks fine in the editor but when viewed or generated, it changes. However only on of many custom bullets?
In the default CSS the bullets look similar in HTML:
This one works fine:
<ul>
<li class="p-tip"><p class="tip">Text.</p></li>
</ul>
This one is the troubled one:
<ul>
<li class="p-Vigtigt"><p class="Vigtigt"><span style="font-weight: bold;">Text.</p></li>
</ul>
Enclosed: screen shot of custom bullet in editor and in viewer

