summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 56f673723..b18ec9b75 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'));
}