From: Evan Prodromou Date: Tue, 29 Jul 2008 19:44:57 +0000 (-0400) Subject: relative info, too X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f26ed4626641d934eb8be8359bcc4aef03c97968;p=quix0rs-gnu-social.git relative info, too darcs-hash:20080729194457-84dde-fd0545edb3af519ccc43ee3ac50ad5eb14c35dad.gz --- diff --git a/actions/tag.php b/actions/tag.php index b967136d9b..35d841f09d 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -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(' ');