Updated feed subscription form markup

This commit is contained in:
Sarven Capadisli 2010-02-13 18:46:10 +01:00
parent 24394269fa
commit f30af7047b
1 changed files with 2 additions and 2 deletions

View 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
}
}
}