diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 19:33:38 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 19:33:38 -0500 |
commit | 909b0d93111b9e6f1ccaf56075b8bbe433c482fb (patch) | |
tree | f1f85ee5dcd9912e093a3a2bcf288181ccbe64f5 /lib | |
parent | d17d2798725909108f8fe11eb9574ceb6c912907 (diff) |
fix some stuff with tagother link
darcs-hash:20081121003338-84dde-45745ca353eb5a68627335115d2993fd15a38498.gz
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')); } |