diff --git a/actions/oauthconnectionssettings.php b/actions/oauthconnectionssettings.php index 72624de84d..0590b729cb 100644 --- a/actions/oauthconnectionssettings.php +++ b/actions/oauthconnectionssettings.php @@ -216,6 +216,8 @@ class OauthconnectionssettingsAction extends ConnectSettingsAction { $cur = common_current_user(); + $this->elementStart('div', array('id' => 'developer-help', 'class' => 'section')); + $this->element('h2', null, 'Developers'); $this->elementStart('p'); @@ -228,6 +230,8 @@ class OauthconnectionssettingsAction extends ConnectSettingsAction $this->raw($output); $this->elementEnd('p'); + + $this->elementEnd('section'); } }