From 5f366b745fc911995dd3d7d22a7907f5cbc6f648 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 1 Jul 2008 11:56:51 -0400 Subject: class -> id darcs-hash:20080701155651-84dde-be2516b912927e565a518dbcddd8d071b006b501.gz --- actions/showstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/showstream.php') 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')); } -- cgit v1.2.3-54-g00ecf