highlight homepage in search results

darcs-hash:20080709225929-84dde-ddc83a90cb56f9abdd596561eeebb6ce078e5e5a.gz
This commit is contained in:
Evan Prodromou 2008-07-09 18:59:29 -04:00
parent ecac2ebf4e
commit 09e1b247f9
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class PeoplesearchAction extends Action {
if ($profile->homepage) {
common_element_start('p', 'website');
common_element('a', array('href' => $profile->homepage),
$profile->homepage);
$this->highlight($profile->homepage));
common_element_end('p');
}
if ($profile->bio) {