Revision: 7590
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7590&view=rev
Author: vargenau
Date: 2010-07-02 07:53:09 +0000 (Fri, 02 Jul 2010)
Log Message:
-----------
public static
Modified Paths:
--------------
trunk/lib/HtmlElement5.php
Modified: trunk/lib/HtmlElement5.php
===================================================================
--- trunk/lib/HtmlElement5.php 2010-07-02 07:31:33 UTC (rev 7589)
+++ trunk/lib/HtmlElement5.php 2010-07-02 07:53:09 UTC (rev 7590)
@@ -132,7 +132,7 @@
return isset($props[$tag]) ? $props[$tag] : 0;
}
- function _setTagProperty($prop_flag, $tags) {
+ public static function _setTagProperty($prop_flag, $tags) {
$props = &$GLOBALS['HTML_TagProperties'];
if (is_string($tags))
$tags = preg_split('/\s+/', $tags);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|