summaryrefslogtreecommitdiff
path: root/actions/newmessage.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-09-17 22:17:27 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-09-17 22:17:27 -0400
commitedc11b11575c68bd41804a2bc3726ad95bbd23f5 (patch)
tree624b2f106ed6a4016eda2e92e9d93dd75f2d4330 /actions/newmessage.php
parent17b7ddfa0f07d02492aaa7e35efa4b4222804f6a (diff)
rearrange paragraphs in message form
darcs-hash:20080918021727-5ed1f-ad74f71450db27e587b04fe19dfbbaf51f4d0300.gz
Diffstat (limited to 'actions/newmessage.php')
-rw-r--r--actions/newmessage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/newmessage.php b/actions/newmessage.php
index e8df59509..0dc37c39c 100644
--- a/actions/newmessage.php
+++ b/actions/newmessage.php
@@ -89,8 +89,6 @@ class NewmessageAction extends Action {
'method' => 'post',
'action' => $this->self_url()));
- common_element_start('p');
-
$mutual_users = $user->mutuallySubscribedUsers();
$mutual = array();
@@ -108,6 +106,8 @@ class NewmessageAction extends Action {
_('User you want to send a message to'), FALSE,
$to->id);
+ common_element_start('p');
+
common_element('textarea', array('id' => 'content',
'cols' => 60,
'rows' => 3,