$body_attributes enclosing double quote error
kianlam - May 10, 2009 - 00:29
| Project: | Advanced Theme Construction Kit (ATCK) |
| Version: | 6.x-6.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
Ooops! I meant to say that the $body_attributes is not generated properly.