summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-29 15:44:57 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-29 15:44:57 -0400
commitf26ed4626641d934eb8be8359bcc4aef03c97968 (patch)
treeaa0adc4116db3dc888d0711d624c165b52e35723 /actions
parent8fd20f58e67c57364437b6c68205361b91f5ac2e (diff)
relative info, too
darcs-hash:20080729194457-84dde-fd0545edb3af519ccc43ee3ac50ad5eb14c35dad.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/tag.php2
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(' ');