fix link to tagother

darcs-hash:20081121003108-84dde-d305637fa58f6e7edb8bb79dfb7c721a16f8aeed.gz
This commit is contained in:
Evan Prodromou 2008-11-20 19:31:08 -05:00
parent a6d63eb499
commit d17d279872
1 changed files with 3 additions and 3 deletions

View File

@ -149,9 +149,9 @@ class ProfileList {
common_element_end('p');
}
common_element('a', array('href' => 'tagother',
'id' => $this->profile->id,
'class' => 'tagother'),
common_element('a', array('href' => common_local_url('tagother',
array('id' => $this->profile->id,
'class' => 'tagother'))),
_('Tag'));
}