diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tag.php b/actions/tag.php index b967136d9..35d841f09 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(' '); |