summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-23 05:37:45 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-23 05:37:45 +0000
commitdf25b5f5f533a768532263786c73e4b1356da6fd (patch)
tree0523d8fec50985fc6da4ba55b3181d8756291c4c /actions/showstream.php
parent240231a8bd7f6b0753070c630ff6b9169e28afe0 (diff)
parentd98f8c646a40f7ad0e526678fc5cc5dabe469152 (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 157ccdd0c..2fd56ad2e 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -367,7 +367,7 @@ class ShowstreamAction extends Action
$url = common_local_url('remotesubscribe',
array('nickname' => $this->profile->nickname));
$this->element('a', array('href' => $url,
- 'id' => 'entity_subscribe_remote'),
+ 'class' => 'entity_remote_subscribe'),
_('Subscribe'));
}