diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 06:54:17 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 06:54:17 +0000 |
commit | 27b627c09451c099b18a7cde90f6a028f820046c (patch) | |
tree | 9039b2c190bc4fdc21dbd3cb66e8b2a8f2c57f66 /actions/showstream.php | |
parent | f90bd303af55c892491f856d5e014f5e32e489ad (diff) |
Made user_actions styles more consistent
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index a411fae5b..6ed6abc9e 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -330,7 +330,7 @@ class ShowstreamAction extends Action $user = User::staticGet('id', $this->profile->id); if ($cur && $cur->id != $user->id && $cur->mutuallySubscribed($user)) { - $this->elementStart('li', array('id' => 'user_send_a_new_message')); + $this->elementStart('li', array('id' => 'user_send-a-message')); $this->element('a', array('href' => common_local_url('newmessage', array('to' => $user->id))), _('Send a message')); $this->elementEnd('li'); |