From: Evan Prodromou Date: Wed, 9 Jul 2008 22:59:29 +0000 (-0400) Subject: highlight homepage in search results X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=09e1b247f9e32b79fc10e6fb6f9340bcf556df41;p=quix0rs-gnu-social.git highlight homepage in search results darcs-hash:20080709225929-84dde-ddc83a90cb56f9abdd596561eeebb6ce078e5e5a.gz --- diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 574de3f3d1..045d99e39a 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) {