I am building a new ShopSite site (my second) and am using the Deskman theme. When I use <p></p> tags in the More Information Text field, I am not getting paragraph breaks. Instead I am getting line breaks. As an example:
<p>This is line 1.</p>
<p>This is line 2.</p>
Does NOT render as:
This is line 1.
This is line 2.
Instead I get:
This is line 1.
This is line 2.
I have not made any changes to the templates or CSS.
On my other ShopSite site I use these same tags and they work as expected. What do I need to do to get them to act the same way on my new site?
Thanks in advance!
Kory