From: Evan Prodromou Date: Tue, 10 Jun 2008 19:42:43 +0000 (-0400) Subject: change class of notice textarea to its id X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36894e6a7f804da280c0eacaa3c86d29225e6e2f;p=quix0rs-gnu-social.git change class of notice textarea to its id darcs-hash:20080610194243-84dde-dad19548b794cc3d6d549e986bf17aa6b0421199.gz --- diff --git a/lib/util.php b/lib/util.php index b9c0bc93bb..e443438879 100644 --- a/lib/util.php +++ b/lib/util.php @@ -595,7 +595,7 @@ function common_notice_form() { common_element('label', array('for' => 'status_update', 'id' => 'status_label'), _t('What\'s up, ').$user->nickname.'?'); - common_element('textarea', 'status_textarea'); + common_element('textarea', array('id' => 'status_textarea')); common_element('input', array('id' => 'status_submit', 'type' => 'submit', 'value' => _t('Send')));