summaryrefslogtreecommitdiff
path: root/actions/peoplesearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-09 18:59:29 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-09 18:59:29 -0400
commit09e1b247f9e32b79fc10e6fb6f9340bcf556df41 (patch)
tree57f1dc01eb9041cae0c69a031b208c3614138607 /actions/peoplesearch.php
parentecac2ebf4efcc8b98230151df97abb425f618591 (diff)
highlight homepage in search results
darcs-hash:20080709225929-84dde-ddc83a90cb56f9abdd596561eeebb6ce078e5e5a.gz
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) {