forked from GNUsocial/gnu-social
fix link to tagother
darcs-hash:20081121003108-84dde-d305637fa58f6e7edb8bb79dfb7c721a16f8aeed.gz
This commit is contained in:
parent
a6d63eb499
commit
d17d279872
@ -149,9 +149,9 @@ class ProfileList {
|
|||||||
common_element_end('p');
|
common_element_end('p');
|
||||||
}
|
}
|
||||||
|
|
||||||
common_element('a', array('href' => 'tagother',
|
common_element('a', array('href' => common_local_url('tagother',
|
||||||
'id' => $this->profile->id,
|
array('id' => $this->profile->id,
|
||||||
'class' => 'tagother'),
|
'class' => 'tagother'))),
|
||||||
_('Tag'));
|
_('Tag'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user