diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:59:29 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:59:29 -0400 |
commit | 09e1b247f9e32b79fc10e6fb6f9340bcf556df41 (patch) | |
tree | 57f1dc01eb9041cae0c69a031b208c3614138607 /actions/peoplesearch.php | |
parent | ecac2ebf4efcc8b98230151df97abb425f618591 (diff) |
highlight homepage in search results
darcs-hash:20080709225929-84dde-ddc83a90cb56f9abdd596561eeebb6ce078e5e5a.gz
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r-- | actions/peoplesearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 574de3f3d..045d99e39 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -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) { |