]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better highlighting in URL
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 23:16:38 +0000 (19:16 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 23:16:38 +0000 (19:16 -0400)
darcs-hash:20080709231638-84dde-91dd99af8fbeae8b2400543913efedec3938b2aa.gz

actions/peoplesearch.php

index 86c64983c572c75a4362e096fd6b8d42cffc2ea7..1d2fc2c534b334108a13b3a1c1345d7b4b7d74e6 100644 (file)
@@ -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) {