]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
link for website
authorEvan Prodromou <evan@prodromou.name>
Thu, 12 Jun 2008 17:44:53 +0000 (13:44 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 12 Jun 2008 17:44:53 +0000 (13:44 -0400)
darcs-hash:20080612174453-84dde-035da48b74c9148d6dbdd4650c713f434419e9e6.gz

actions/showstream.php

index e411f77246a83eb437b5ecf53c247eed82ed020a..ceedc7f311508c872fc41b561b3eef42cd0ca953 100644 (file)
@@ -146,7 +146,10 @@ class ShowstreamAction extends StreamAction {
                        common_element('p', 'description', htmlspecialchars($profile->bio));
                }
                if ($profile->homepage) {
-                       common_element('p', 'website', $profile->homepage);
+                       common_element_start('p', 'website');
+                       common_element('a', array('href' => $profile->homepage),
+                                                  $profile->homepage);
+                       common_element_end('p');
                }
                
                $this->show_statistics($profile);