diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 1d2fc2c534..644f0a7f7f 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -103,6 +103,7 @@ class PeoplesearchAction extends SearchAction { common_element_start('p', 'website'); common_element_start('a', array('href' => $profile->homepage)); common_raw($this->highlight($profile->homepage, $terms)); + common_element_end('a'); common_element_end('p'); } if ($profile->bio) {