From 466f0489c364441c125dffe6c9040bf6fcafd043 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 15:52:01 -0400 Subject: fix created, messages darcs-hash:20080517195201-84dde-8f8269284e5fc00e9f2a6d8187059d0f59eae007.gz --- actions/showstream.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'actions/showstream.php') diff --git a/actions/showstream.php b/actions/showstream.php index 5c4983222..45e155fea 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -81,7 +81,9 @@ class ShowstreamAction extends StreamAction { function notice_form() { common_element_start('form', array('id' => 'newnotice', 'method' => 'POST', 'action' => common_local_url('newnotice'))); - common_element('textarea', array('rows' => 4, 'cols' => 80, 'id' => 'content')); + common_element('textarea', array('rows' => 4, 'cols' => 80, + 'name' => 'content', + 'id' => 'content')); common_element('input', array('type' => 'submit', 'value' => 'Send')); common_element_end('form'); } -- cgit v1.2.3-54-g00ecf