diff options
Diffstat (limited to 'lib/stream.php')
-rw-r--r-- | lib/stream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php index 8846920ef..6bc263ed6 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -97,7 +97,7 @@ class StreamAction extends Action { common_element('a', array('href' => common_local_url('newnotice', array('replyto' => $profile->nickname)), - 'onclick' => 'doreply("'.$profile->nickname.'")', + 'onclick' => 'doreply("'.$profile->nickname.'"); return false', 'title' => _t('reply'), 'class' => 'replybutton'), _t('↺')); |