summaryrefslogtreecommitdiff
path: root/actions/peoplesearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-10 00:29:30 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-10 00:29:30 -0400
commit573de867aa97aa70c28b07a805496de23460cb39 (patch)
treedc006119926e2911c6b19fbf1ffe37cb39ce5915 /actions/peoplesearch.php
parent84aee646fa97a3d8ad2e7fc1124baffac1455df2 (diff)
lost a closing tag in peoplesearch
darcs-hash:20080710042930-84dde-e8caef45ae3efb095c81f62736d2cf888b2b85ef.gz
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r--actions/peoplesearch.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php
index 1d2fc2c53..644f0a7f7 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) {