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