From: <var...@us...> - 2014-06-20 13:58:43
|
Revision: 8923 http://sourceforge.net/p/phpwiki/code/8923 Author: vargenau Date: 2014-06-20 13:58:32 +0000 (Fri, 20 Jun 2014) Log Message: ----------- Valid HTML 5 Modified Paths: -------------- trunk/lib/WikiTheme.php Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2014-06-20 13:44:05 UTC (rev 8922) +++ trunk/lib/WikiTheme.php 2014-06-20 13:58:32 UTC (rev 8923) @@ -1787,7 +1787,6 @@ { $this->__construct('input', array('type' => 'image', 'src' => $img_url, - 'value' => $text, 'alt' => $text)); if ($name) $this->setAttr('name', $name); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |