lost a closing tag in peoplesearch

darcs-hash:20080710042930-84dde-e8caef45ae3efb095c81f62736d2cf888b2b85ef.gz
This commit is contained in:
Evan Prodromou 2008-07-10 00:29:30 -04:00
parent 84aee646fa
commit 573de867aa
1 changed files with 1 additions and 0 deletions

View File

@ -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) {