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.
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.