I noticed that in the preprocessing function for page variables the variable $body_attributes is generated properly. There is no enclosing double quote for the class attributes. This error created a div tag that is not properly formed. I could add the double quote in the template but I think it should be corrected in the function itself.
Comments
Comment #1
kianlam commentedOoops! I meant to say that the $body_attributes is not generated properly.