summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/newnotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php
index e20932b55..ff5b7ccd3 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