I believe the $title_prefix and $title_suffix template variables need to be wrapped around the outside of the $title conditional statement, to satisfy...
"It is important that the variables be rendered even if the title itself is not being displayed", explained here, http://drupal.org/update/themes/6/7#title-prefix-suffix

The file, region--content.tpl.php (omega/templates) has the $title_prefix and $title_suffix template variables inside the check for if there is a $title.

Here is a patch.

CommentFileSizeAuthor
prefix-suffix-wrap.patch962 bytesechoz

Comments

himerus’s picture

Status: Needs review » Active

Good find. By logic, I wouldn't have thought those would be displayed if there were no title.

Will review patch and commit soon

marcoka’s picture

Assigned: Unassigned » himerus
marcoka’s picture

Status: Active » Closed (duplicate)
bforchhammer’s picture

himerus’s picture

Assigned: himerus » Unassigned