rationalize with mgs version

darcs-hash:20080701182758-84dde-0c80052ea50e6c1c6e8e173c98beb56bc516b2cf.gz
This commit is contained in:
Evan Prodromou 2008-07-01 14:27:58 -04:00
parent 11070e6ab7
commit 74e7dd253c
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ function common_notice_form($action=NULL, $content=NULL) {
common_element('span', array('id' => 'counter', 'class' => 'counter'), '140');
common_element('textarea', array('id' => 'status_textarea',
'name' => 'status_textarea'),
' ');
($content) ? $content : ' ');
if ($action) {
common_hidden('returnto', $action);
}