From: Zach Copley Date: Wed, 20 Oct 2010 04:24:19 +0000 (-0700) Subject: Stick OAuth developer help info in a section X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2760ef07f538da4116074ff7e2a04f799906a5bc;p=quix0rs-gnu-social.git Stick OAuth developer help info in a section --- 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'); } }