summaryrefslogtreecommitdiff
path: root/actions/peoplesearch.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r--actions/peoplesearch.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php
index 86c64983c..1d2fc2c53 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) {