Guys,
What happened to the content placeholders? It seems to generate some extra closing tags when not using a self-closed tag.
<div class="row homepage-usp-boxes dwcontent" id="home-usp" title="Home: USP" settings="template:Designs/System/homepage-usp.cshtml">
</div>
Which in previous versions of DW worked fine. After upgrading to DW 8.5.0.1 my page layout fell apart.
Changing the code to:
<div class="row homepage-usp-boxes dwcontent" id="home-usp" title="Home: USP" settings="template:Designs/System/homepage-usp.cshtml" />
fixed the problem. But it is a lot of extra work checking al the content placeholders when updating to 8.5.
I could not find anything about it in the release notes.