summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 05:57:15 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 05:57:15 +0000
commit171d89aab79207f08b3c84d76a4b2bb50185490d (patch)
tree34efcec8e274ec33cb1af215a6b1c4490fda0cb0 /actions/showstream.php
parentfbd1cf4dfa452166a5985d9a9177d57e8554f09f (diff)
parent277a6e984c6778865a62b5a1b99219327460be6d (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'));
}