fix button on newnotice
darcs-hash:20080517194003-84dde-fb9334c5cfa7654d09b770132d284d5fa8d7b4ca.gz
This commit is contained in:
parent
f94352ec26
commit
8c98caef57
|
@ -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');
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user