From: Evan Prodromou Date: Tue, 1 Jul 2008 15:56:51 +0000 (-0400) Subject: class -> id X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f366b745fc911995dd3d7d22a7907f5cbc6f648;p=quix0rs-gnu-social.git class -> id darcs-hash:20080701155651-84dde-be2516b912927e565a518dbcddd8d071b006b501.gz --- diff --git a/actions/showstream.php b/actions/showstream.php index 56f6737230..b18ec9b759 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')); }