Title does not display on og_ghp_ron and css class og-mission adds an empty but visible div block to the top of the ghp
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #160067. -->
Reported by: [gmayes](https://www.drupal.org/user/143032)
>>>
<p>Howdy,</p>
<p>No matter what features I check on or off or what URL I set the group home page to for the og_ghp_ron view (or even in a custom view, such as og_ghp_custom), the Page View "Title" never displays although the "Header" and "Footer" fields do display.</p>
<p>Also, the following div, that is generated for the organic group home pages, displays an empty block for all organic groups and for three different themes I tested:</p>
<div id="mission" class="og-mission"></div>
<p>I thought for sure I was doing something wrong, and I very likely still could be, but I installed a fresh instance of Drupal 5.1 with only Views 5-1.6 and OG-5-3.1 installed, and the same thing occurred. When I comment out line 1096 ( ... return '<br>
</p><div id="mission" class="og-mission">'. $node->body. '</div>
<p>'; ... ) in og.module, the block disappears. Is this related to the Title not displaying? If not, pardon me if I've created a ticket about two separate issues.</p>
<p>Kind regards, Geoff</p>
issue