diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/profilelist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php index 7fb0eb2d3..6ecb9c923 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -150,8 +150,8 @@ class ProfileList { } common_element('a', array('href' => common_local_url('tagother', - array('id' => $this->profile->id, - 'class' => 'tagother'))), + array('id' => $this->profile->id)), + 'class' => 'tagother'), _('Tag')); } |