diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 06:47:43 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 06:47:43 +0100 |
commit | 277a6e984c6778865a62b5a1b99219327460be6d (patch) | |
tree | 201ab5a5bf02afe89ef7472f89ffd3d6fcc11ed2 /actions/showstream.php | |
parent | 9dc5d8d0f6db1249a62162877c81d240fcf32a0a (diff) | |
parent | df25b5f5f533a768532263786c73e4b1356da6fd (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/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')); } |