summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-01 11:56:51 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-01 11:56:51 -0400
commit5f366b745fc911995dd3d7d22a7907f5cbc6f648 (patch)
tree2d4dd8880bcc1b82ebd7df6aa17e18da72372678 /actions/showstream.php
parent17284239feed2c892fd98657103a5c3db079914d (diff)
class -> id
darcs-hash:20080701155651-84dde-be2516b912927e565a518dbcddd8d071b006b501.gz
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 56f673723..b18ec9b75 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -173,7 +173,7 @@ class ShowstreamAction extends StreamAction {
$url = common_local_url('remotesubscribe',
array('nickname' => $profile->nickname));
common_element('a', array('href' => $url,
- 'class' => 'remotesubscribe'),
+ 'id' => 'remotesubscribe'),
_t('Subscribe'));
}