line 103 of canvas preprocess-page.inc reads:
$vars['body_attributes']['class'][] = 'not-front';
this seems out of place (was already handled up top), theres no conditional statement, etc.
removing the line resolves the issue.
line 103 of canvas preprocess-page.inc reads:
$vars['body_attributes']['class'][] = 'not-front';
this seems out of place (was already handled up top), theres no conditional statement, etc.
removing the line resolves the issue.
Comments
Comment #1
Zarabadoo commentedIt certainly is. I will get it removed and thanks for the report.