diff options
author | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 05:57:15 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 05:57:15 +0000 |
commit | 171d89aab79207f08b3c84d76a4b2bb50185490d (patch) | |
tree | 34efcec8e274ec33cb1af215a6b1c4490fda0cb0 /actions/showstream.php | |
parent | fbd1cf4dfa452166a5985d9a9177d57e8554f09f (diff) | |
parent | 277a6e984c6778865a62b5a1b99219327460be6d (diff) |
Merge branch 'master' of /var/www/trunk
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')); } |