]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix button on newnotice
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:40:03 +0000 (15:40 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:40:03 +0000 (15:40 -0400)
darcs-hash:20080517194003-84dde-fb9334c5cfa7654d09b770132d284d5fa8d7b4ca.gz

actions/newnotice.php

index e20932b55ff9b00fb817c92d445d6fe4bc718e3a..ff5b7ccd308adab2a502ed68d0e5437b1f79884f 100644 (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');
        }
 }
\ No newline at end of file