In one of our recent projects a list of links were added to a location's content zone. This caused the next location to be rendered within the same location <li> that had the list of links in content.
Current workaround
Utilize a paragraph with hard returns vs an unordered list.
This issue affects the 3 branch:
In one of our recent projects a list of links were added to a location's content zone. This caused the next location to be rendered within the same location
<li>
that had the list of links in content.Current workaround Utilize a paragraph with hard returns vs an unordered list.