From: Evan Prodromou Date: Wed, 9 Jul 2008 23:16:38 +0000 (-0400) Subject: better highlighting in URL X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=354ee48eeee3f76b916000bf3f17207f32f42a3e;p=quix0rs-gnu-social.git better highlighting in URL darcs-hash:20080709231638-84dde-91dd99af8fbeae8b2400543913efedec3938b2aa.gz --- diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 86c64983c5..1d2fc2c534 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -101,8 +101,8 @@ class PeoplesearchAction extends SearchAction { common_element_end('p'); if ($profile->homepage) { common_element_start('p', 'website'); - common_element('a', array('href' => $profile->homepage), - $this->highlight($profile->homepage, $terms)); + common_element_start('a', array('href' => $profile->homepage)); + common_raw($this->highlight($profile->homepage, $terms)); common_element_end('p'); } if ($profile->bio) {