forked from GNUsocial/gnu-social
class -> id
darcs-hash:20080701155651-84dde-be2516b912927e565a518dbcddd8d071b006b501.gz
This commit is contained in:
parent
17284239fe
commit
5f366b745f
@ -173,7 +173,7 @@ class ShowstreamAction extends StreamAction {
|
|||||||
$url = common_local_url('remotesubscribe',
|
$url = common_local_url('remotesubscribe',
|
||||||
array('nickname' => $profile->nickname));
|
array('nickname' => $profile->nickname));
|
||||||
common_element('a', array('href' => $url,
|
common_element('a', array('href' => $url,
|
||||||
'class' => 'remotesubscribe'),
|
'id' => 'remotesubscribe'),
|
||||||
_t('Subscribe'));
|
_t('Subscribe'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user