HTML Code in Text Sidebar Widget
This is probably an easy fix, but I'm not sure what I need to change. I'm trying to add a bullet list in a basic Text sidebar widget. Using other themes I've always been able to do this by adding the following simple HTML code:
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
However, in JobRoller this isn't giving me bullets. Other HTML code is working, but not this. What specific piece of code or setting, and in which file/menu, do I need to change to get bullets to show up in the Text widget?
Muchas gracias.