diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-01 14:27:58 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-01 14:27:58 -0400 |
commit | 74e7dd253cf503e48027b1f98e06f1d12c586462 (patch) | |
tree | 8b0c3c8d71f27c836229aed26c4f0949ef2b0566 /lib | |
parent | 11070e6ab736ccd691937383afec01a310ee943d (diff) |
rationalize with mgs version
darcs-hash:20080701182758-84dde-0c80052ea50e6c1c6e8e173c98beb56bc516b2cf.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 63fcb5ad8..8e197fda5 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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); } |