]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lost a closing tag in peoplesearch
authorEvan Prodromou <evan@prodromou.name>
Thu, 10 Jul 2008 04:29:30 +0000 (00:29 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 10 Jul 2008 04:29:30 +0000 (00:29 -0400)
darcs-hash:20080710042930-84dde-e8caef45ae3efb095c81f62736d2cf888b2b85ef.gz

actions/peoplesearch.php

index 1d2fc2c534b334108a13b3a1c1345d7b4b7d74e6..644f0a7f7f8c14a153d6dbfda8a45781bc4d2fb4 100644 (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) {