From 8c98caef57ac6eb31888d67632114662851d9ecb Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 15:40:03 -0400 Subject: [PATCH] fix button on newnotice darcs-hash:20080517194003-84dde-fb9334c5cfa7654d09b770132d284d5fa8d7b4ca.gz --- actions/newnotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/newnotice.php b/actions/newnotice.php index e20932b55f..ff5b7ccd30 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -58,7 +58,7 @@ class NewnoticeAction extends Action { 'action' => common_local_url('newnotice'))); common_element('span', 'nickname', $profile->nickname); common_element('textarea', array('rows' => 4, 'cols' => 80, 'id' => 'content')); - common_element('input', array('type' => 'submit'), 'Send'); + common_element('input', array('type' => 'submit', 'value' => 'Send')); common_element_end('form'); } } \ No newline at end of file