From f26ed4626641d934eb8be8359bcc4aef03c97968 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 29 Jul 2008 15:44:57 -0400 Subject: relative info, too darcs-hash:20080729194457-84dde-fd0545edb3af519ccc43ee3ac50ad5eb14c35dad.gz --- actions/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/tag.php') 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(' '); -- cgit v1.2.3-54-g00ecf