fixup code in showstream

darcs-hash:20080630195139-84dde-d0d9297331f341f9fa0dda5c70ed574179de43c7.gz
This commit is contained in:
Evan Prodromou 2008-06-30 15:51:39 -04:00
parent d0e8f8d8a2
commit 6d5ccdb0b7
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class ShowstreamAction extends StreamAction {
function show_remote_subscribe_link($profile) {
$url = common_local_url('remotesubscribe',
array('nickname' => $profile->nickname);
array('nickname' => $profile->nickname));
common_element('a', array('href' => $url),
_t('Subscribe'));
}