conversionfoundry / breeze

A Ruby on Rails CMS for brochure-style websites.
Other
3 stars 2 forks source link

Missing <body> tag for logged-in users #170

Closed isaacfreeman closed 11 years ago

isaacfreeman commented 11 years ago

When a user is logged in, front end pages don't have a tag. This took a while to spot, because browsers typically correct malformed HTML and insert the tag. However, if the site template has attributes on , these will get lost.

The offending code is in Breeze::ContentsController#add_editing_controls.