From: Evan Prodromou Date: Sat, 17 May 2008 19:40:03 +0000 (-0400) Subject: fix button on newnotice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c98caef57ac6eb31888d67632114662851d9ecb;p=quix0rs-gnu-social.git fix button on newnotice darcs-hash:20080517194003-84dde-fb9334c5cfa7654d09b770132d284d5fa8d7b4ca.gz --- 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