0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00

Slight clarification of where ElementDef's required_attr property gets populated

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1454 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2007-11-13 02:49:47 +00:00
parent fad6aa45fa
commit 4066416160

View File

@ -82,7 +82,7 @@ class HTMLPurifier_ElementDef
/** /**
* List of the names of required attributes this element has. Dynamically * List of the names of required attributes this element has. Dynamically
* populated. * populated by HTMLPurifier_HTMLDefinition::getElement
* @public * @public
*/ */
var $required_attr = array(); var $required_attr = array();