]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
relative info, too
authorEvan Prodromou <evan@prodromou.name>
Tue, 29 Jul 2008 19:44:57 +0000 (15:44 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 29 Jul 2008 19:44:57 +0000 (15:44 -0400)
darcs-hash:20080729194457-84dde-fd0545edb3af519ccc43ee3ac50ad5eb14c35dad.gz

actions/tag.php

index b967136d9b21013668e270de5cacbbfc74c487ae..35d841f09d57be592e2ff3bcc9fa2330dd15244f 100644 (file)
@@ -129,7 +129,7 @@ class TagAction extends StreamAction {
                ($relative > 0.002) ? 'verysmall' :
                'smallest';
                
-               common_element('a', array('class' => "$cls weight-$weight",
+               common_element('a', array('class' => "$cls weight-$weight relative-$relative",
                                                                  'href' => common_local_url('tag', array('tag' => $tag))),
                                           $tag);
                common_text(' ');