summaryrefslogtreecommitdiff
path: root/lib/noticeform.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 03:09:13 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 03:09:13 +0000
commit0b5f0f4faaf04fdf13dbd5dea1f081b9e1cc6071 (patch)
treeae993bb6ee6c6eaf435b548c261d75b181711f22 /lib/noticeform.php
parent6fa7ac1305d516c6a50ae1f2008e71539baa4ff2 (diff)
Renamed form_datas to form_data
Diffstat (limited to 'lib/noticeform.php')
-rw-r--r--lib/noticeform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php
index d6a3aa9c2..f0205f1c1 100644
--- a/lib/noticeform.php
+++ b/lib/noticeform.php
@@ -123,7 +123,7 @@ class NoticeForm extends Form
{
$user = common_current_user();
- $this->out->elementStart('ul', 'form_datas');
+ $this->out->elementStart('ul', 'form_data');
$this->out->elementStart('li', array('id' => 'notice_text'));
$this->out->element('label', array('for' => 'notice_data-text'),
sprintf(_('What\'s up, %s?'), $user->nickname));