]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated feed subscription form markup
authorSarven Capadisli <csarven@status.net>
Sat, 13 Feb 2010 17:46:10 +0000 (18:46 +0100)
committerSarven Capadisli <csarven@status.net>
Sat, 13 Feb 2010 17:46:10 +0000 (18:46 +0100)
plugins/OStatus/actions/ostatussub.php

index 9774286fddaf3c6c538538fa734cf20ef96e4b9a..23912250163f0330585ff737bb6bc2c893aa46b5 100644 (file)
@@ -76,7 +76,7 @@ class OStatusSubAction extends Action
         $this->elementStart('fieldset', array('id' => 'settings_feeds'));
 
         $this->elementStart('ul', 'form_data');
-        $this->elementStart('li', array('id' => 'settings_twitter_login_button'));
+        $this->elementStart('li');
         $this->input('feedurl', _('Feed URL'), $this->feedurl, _('Enter the URL of a PubSubHubbub-enabled feed'));
         $this->elementEnd('li');
         $this->elementEnd('ul');
@@ -223,4 +223,4 @@ class OStatusSubAction extends Action
     }
 
 
-}
\ No newline at end of file
+}