summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 05:23:28 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 05:23:28 +0000
commit500ed2f5eb752a1a1e82d83c8c8b1c58897789b8 (patch)
tree41e5749fb8fc0fa7ad92dddd91716a515c6d56e9 /actions/showstream.php
parent7afb2be83f2918747e295fe5d1d90a638beff6a7 (diff)
Cleanup
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'));
}