fix button on newnotice

darcs-hash:20080517194003-84dde-fb9334c5cfa7654d09b770132d284d5fa8d7b4ca.gz
This commit is contained in:
Evan Prodromou 2008-05-17 15:40:03 -04:00
parent f94352ec26
commit 8c98caef57
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
}