From 5bf0ba562f4cce591a4a61de5f53e257222d7273 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Wed, 19 Jun 2013 20:22:06 +0400 Subject: [PATCH] Comments fixes --- framework/yii/helpers/base/Html.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/yii/helpers/base/Html.php b/framework/yii/helpers/base/Html.php index d8cf675..bca17e3 100644 --- a/framework/yii/helpers/base/Html.php +++ b/framework/yii/helpers/base/Html.php @@ -22,7 +22,6 @@ class Html { /** * @var array list of void elements (element name => 1) - * @see closeVoidElements * @see http://www.w3.org/TR/html-markup/syntax.html#void-element */ public static $voidElements = array( @@ -46,7 +45,6 @@ class Html /** * @var array list of boolean attributes. The presence of a boolean attribute on * an element represents the true value, and the absence of the attribute represents the false value. - * @see showBooleanAttributeValues * @see http://www.w3.org/TR/html5/infrastructure.html#boolean-attributes */ public static $booleanAttributes = array(