diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 03:22:44 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 03:22:44 -0400 |
commit | 279cb255c8946f350475975f92a750bc8d220a5d (patch) | |
tree | d20346f24c5051015a40d9b815c368ca3870983e /lib | |
parent | a7db6216fad30dd07ce52bd687c670ea4f0ebb77 (diff) |
return false
darcs-hash:20080709072244-84dde-c7df8dbdf69b1307f7a41d45cde612a32f542ee2.gz
Diffstat (limited to 'lib')
-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('↺')); |