summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-21 06:54:17 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-21 06:54:17 +0000
commit27b627c09451c099b18a7cde90f6a028f820046c (patch)
tree9039b2c190bc4fdc21dbd3cb66e8b2a8f2c57f66 /actions/showstream.php
parentf90bd303af55c892491f856d5e014f5e32e489ad (diff)
Made user_actions styles more consistent
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
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');