diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 21:14:47 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 21:14:47 +0000 |
commit | 061de33e576ac542459fd48ab61877eece05ea39 (patch) | |
tree | 8bdcea35f0191971f47511c8d47e261b4a2a86a5 /actions/twittersettings.php | |
parent | d46c2cc8a70d83f7bf761ea8c778a8cd56d8e692 (diff) |
SMS settings markup and styles. Minor check with twitter settings form_datas
Diffstat (limited to 'actions/twittersettings.php')
-rw-r--r-- | actions/twittersettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twittersettings.php b/actions/twittersettings.php index 597623c80..079099123 100644 --- a/actions/twittersettings.php +++ b/actions/twittersettings.php @@ -133,7 +133,7 @@ class TwittersettingsAction extends ConnectSettingsAction array('id' => 'settings_twitter_preferences')); $this->element('legend', null, _('Preferences')); - $this->elementStart('ul'); + $this->elementStart('ul', 'form_datas'); $this->elementStart('li'); $this->checkbox('noticesync', _('Automatically send my notices to Twitter.'), |