highlight homepage in search results
darcs-hash:20080709225929-84dde-ddc83a90cb56f9abdd596561eeebb6ce078e5e5a.gz
This commit is contained in:
parent
ecac2ebf4e
commit
09e1b247f9
@ -145,7 +145,7 @@ class PeoplesearchAction extends Action {
|
|||||||
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('a', array('href' => $profile->homepage),
|
||||||
$profile->homepage);
|
$this->highlight($profile->homepage));
|
||||||
common_element_end('p');
|
common_element_end('p');
|
||||||
}
|
}
|
||||||
if ($profile->bio) {
|
if ($profile->bio) {
|
||||||
|
Loading…
Reference in New Issue
Block a user