"Content" block adding "container" div-class, bug?

Permalink
Hey,

I've been struggelig with this issues for hours now and I can't find out why it behaves this way. I've made a page with a hard-coded sidebar (globalContent), as it's going to be the same on each page.

Though if I add "content" block in the sidebar, it creates <p> with the text I filled out, and exactly behaves how it should. However, if I try adding it on the main content I made, in addition to <p> it starts adding <div class="conatiner"> and rows and cols, which is completly wrong and starts overriding rest of the page.

Anyone encountered this behavior or know where I should look to solve this issue?

You can see the issue here:http://tvil.no/2017/

My C5 version: 5.7.5.11

 
blt950 replied on at Permalink Reply
Oh well, I fixed it myself :)

The issue was enableGridContainer() in the main content area. I still disagree it should behave this way, but at least that fixed the issue.