summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/util.php2
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);
}