]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
class -> id
authorEvan Prodromou <evan@prodromou.name>
Tue, 1 Jul 2008 15:56:51 +0000 (11:56 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 1 Jul 2008 15:56:51 +0000 (11:56 -0400)
darcs-hash:20080701155651-84dde-be2516b912927e565a518dbcddd8d071b006b501.gz

actions/showstream.php

index 56f6737230d3589f531880be0e210fb32d14bd69..b18ec9b7591c696484b26ea8f3dab67ac9aa86c0 100644 (file)
@@ -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'));
        }