better highlighting in URL
darcs-hash:20080709231638-84dde-91dd99af8fbeae8b2400543913efedec3938b2aa.gz
This commit is contained in:
parent
161cbe6f5d
commit
354ee48eee
@ -101,8 +101,8 @@ class PeoplesearchAction extends SearchAction {
|
|||||||
common_element_end('p');
|
common_element_end('p');
|
||||||
if ($profile->homepage) {
|
if ($profile->homepage) {
|
||||||
common_element_start('p', 'website');
|
common_element_start('p', 'website');
|
||||||
common_element('a', array('href' => $profile->homepage),
|
common_element_start('a', array('href' => $profile->homepage));
|
||||||
$this->highlight($profile->homepage, $terms));
|
common_raw($this->highlight($profile->homepage, $terms));
|
||||||
common_element_end('p');
|
common_element_end('p');
|
||||||
}
|
}
|
||||||
if ($profile->bio) {
|
if ($profile->bio) {
|
||||||
|
Loading…
Reference in New Issue
Block a user