link for website
darcs-hash:20080612174453-84dde-035da48b74c9148d6dbdd4650c713f434419e9e6.gz
This commit is contained in:
parent
2354faf7ac
commit
aaf0786bef
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user