class -> id

darcs-hash:20080701155651-84dde-be2516b912927e565a518dbcddd8d071b006b501.gz
This commit is contained in:
Evan Prodromou 2008-07-01 11:56:51 -04:00
parent 17284239fe
commit 5f366b745f
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class ShowstreamAction extends StreamAction {
$url = common_local_url('remotesubscribe',
array('nickname' => $profile->nickname));
common_element('a', array('href' => $url,
'class' => 'remotesubscribe'),
'id' => 'remotesubscribe'),
_t('Subscribe'));
}