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(' ');