From 70dc9b380b64bac7869a5212bb84809c5cc43bf3 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Wed, 7 Jul 2010 06:49:17 +0000 Subject: [PATCH] MDL-21652 Fix of phpdoc comment. Thanks to Mark Nielsen --- lib/outputcomponents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outputcomponents.php b/lib/outputcomponents.php index 670dc93a244..7376e73003d 100644 --- a/lib/outputcomponents.php +++ b/lib/outputcomponents.php @@ -1735,7 +1735,7 @@ class html_table_cell { */ public $style = null; /** - * @var array attributes of additional HTML attributes for the element + * @var array attributes of additional HTML attributes for the element */ public $attributes = array();