diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-01 11:54:42 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-01 11:54:42 -0400 |
commit | 17284239feed2c892fd98657103a5c3db079914d (patch) | |
tree | 2167ce95debd1460472d9ba96d8c8927834b3a85 /actions/showstream.php | |
parent | 6d5ccdb0b75d31163e4f678dfcde59f42b72f2ff (diff) |
fixup formatting on remotesubscribe link
darcs-hash:20080701155442-84dde-948a31801bc639a0e5d7d9c04bee1fc0b1df7667.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 8e4933d40..56f673723 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -172,7 +172,8 @@ class ShowstreamAction extends StreamAction { function show_remote_subscribe_link($profile) { $url = common_local_url('remotesubscribe', array('nickname' => $profile->nickname)); - common_element('a', array('href' => $url), + common_element('a', array('href' => $url, + 'class' => 'remotesubscribe'), _t('Subscribe')); } |