diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 05:23:28 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 05:23:28 +0000 |
commit | 500ed2f5eb752a1a1e82d83c8c8b1c58897789b8 (patch) | |
tree | 41e5749fb8fc0fa7ad92dddd91716a515c6d56e9 /actions/showstream.php | |
parent | 7afb2be83f2918747e295fe5d1d90a638beff6a7 (diff) |
Cleanup
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
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')); } |