dynamic / silverstripe-locator

SilverStripe Locator Module. Show locations on a map. Search by geoposition.
http://www.dynamicagency.com/labs/silverstripe-locator-module/
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

BUG <ul> elements in a location's content break the rendered location list in some cases #229

Open muskie9 opened 2 years ago

muskie9 commented 2 years ago

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.