From: <var...@us...> - 2014-10-09 14:18:41
|
Revision: 9235 http://sourceforge.net/p/phpwiki/code/9235 Author: vargenau Date: 2014-10-09 14:18:34 +0000 (Thu, 09 Oct 2014) Log Message: ----------- private $_tag --> public $_tag Modified Paths: -------------- trunk/lib/HtmlElement.php Modified: trunk/lib/HtmlElement.php =================================================================== --- trunk/lib/HtmlElement.php 2014-10-09 14:10:38 UTC (rev 9234) +++ trunk/lib/HtmlElement.php 2014-10-09 14:18:34 UTC (rev 9235) @@ -17,7 +17,7 @@ class HtmlElement extends XmlElement { - private $_tag; + public $_tag; public $_attr; function __construct($tagname /* , $attr_or_content , ...*/) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |