From 74e7dd253cf503e48027b1f98e06f1d12c586462 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 1 Jul 2008 14:27:58 -0400 Subject: [PATCH] rationalize with mgs version darcs-hash:20080701182758-84dde-0c80052ea50e6c1c6e8e173c98beb56bc516b2cf.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index 63fcb5ad85..8e197fda5b 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); } -- 2.39.5