From 17284239feed2c892fd98657103a5c3db079914d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 1 Jul 2008 11:54:42 -0400 Subject: fixup formatting on remotesubscribe link darcs-hash:20080701155442-84dde-948a31801bc639a0e5d7d9c04bee1fc0b1df7667.gz --- actions/showstream.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions') 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')); } -- cgit v1.2.3-54-g00ecf