From e70b7d3a6c82358e38a65eade5753b5ba33ab51a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 09:38:25 -0400 Subject: add a space to textarea darcs-hash:20080520133825-84dde-10a3623b12380f12386a8bbbe06cb130902bff8e.gz --- actions/showstream.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'actions/showstream.php') diff --git a/actions/showstream.php b/actions/showstream.php index fe561680a..5e8802cd7 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -83,10 +83,10 @@ class ShowstreamAction extends StreamAction { function notice_form() { common_element_start('form', array('id' => 'newnotice', 'method' => 'POST', 'action' => common_local_url('newnotice'))); - common_element_start('textarea', array('rows' => 4, 'cols' => 80, - 'name' => 'content', - 'id' => 'content')); - common_element_end('textarea'); + 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