I have noticed that since running the 2.0 version, Phalcon seems to automatically place centering code into my views:
<div align="center">
Here are a few shots of the html element appearing. It seems to be added when the {{ content() }}
function is used in .volt
templates:
Can someone tell me how to stop this from being placed in my templates?