From 892132549ea6674bcdae8097084cafde879a6f1b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 17 Sep 2008 22:19:26 -0400 Subject: change id of message textarea darcs-hash:20080918021926-5ed1f-93d05fdd25606664a619e027178d188a46cbde83.gz --- actions/newmessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/newmessage.php') diff --git a/actions/newmessage.php b/actions/newmessage.php index 0dc37c39c..f134e8948 100644 --- a/actions/newmessage.php +++ b/actions/newmessage.php @@ -108,7 +108,7 @@ class NewmessageAction extends Action { common_element_start('p'); - common_element('textarea', array('id' => 'content', + common_element('textarea', array('id' => 'message_content', 'cols' => 60, 'rows' => 3, 'name' => 'content'), -- cgit v1.2.3-54-g00ecf