summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-17 15:38:33 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-17 15:38:33 -0400
commitf94352ec2617757d692de49cf78cbdf890df200e (patch)
tree9e8dde11919673c757e91c38642d19d010264386 /actions
parent30d4b7f7919d51cd462c95310a4b32bfc0cad256 (diff)
better button for posting notes
darcs-hash:20080517193833-84dde-6bd3630291a70a6ba6f5b37ba7397f320c4d6d5e.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 03e8de29c..5c4983222 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -82,7 +82,7 @@ class ShowstreamAction extends StreamAction {
common_element_start('form', array('id' => 'newnotice', 'method' => 'POST',
'action' => common_local_url('newnotice')));
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');
}