diff --git a/actions/showstream.php b/actions/showstream.php index 56f6737230..b18ec9b759 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -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')); }