From: <var...@us...> - 2012-03-14 15:54:35
|
Revision: 8246 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8246&view=rev Author: vargenau Date: 2012-03-14 15:54:29 +0000 (Wed, 14 Mar 2012) Log Message: ----------- embed tag is empty Modified Paths: -------------- trunk/lib/HtmlElement5.php Modified: trunk/lib/HtmlElement5.php =================================================================== --- trunk/lib/HtmlElement5.php 2012-03-06 16:16:54 UTC (rev 8245) +++ trunk/lib/HtmlElement5.php 2012-03-14 15:54:29 UTC (rev 8246) @@ -424,7 +424,7 @@ HTML::_setTagProperty(HTMLTAG_EMPTY, - 'area base basefont br col frame hr img input isindex link meta param'); + 'area base basefont br col embed frame hr img input isindex link meta param'); HTML::_setTagProperty(HTMLTAG_ACCEPTS_INLINE, // %inline elements: 'b big i small tt ' // %fontstyle This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |