summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-17 15:40:03 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-17 15:40:03 -0400
commit8c98caef57ac6eb31888d67632114662851d9ecb (patch)
tree03284ba647e0d2e8607c3c26be491b614e8833c6 /actions
parentf94352ec2617757d692de49cf78cbdf890df200e (diff)
fix button on newnotice
darcs-hash:20080517194003-84dde-fb9334c5cfa7654d09b770132d284d5fa8d7b4ca.gz
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