From 2760ef07f538da4116074ff7e2a04f799906a5bc Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Tue, 19 Oct 2010 21:24:19 -0700 Subject: [PATCH] Stick OAuth developer help info in a section --- actions/oauthconnectionssettings.php | 4 ++++ 1 file changed, 4 insertions(+) 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'); } } -- 2.39.5