From: <var...@us...> - 2009-06-19 15:24:17
|
Revision: 6943 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6943&view=rev Author: vargenau Date: 2009-06-19 15:24:11 +0000 (Fri, 19 Jun 2009) Log Message: ----------- Valid XHTML code Modified Paths: -------------- trunk/lib/plugin/RecentChanges.php Modified: trunk/lib/plugin/RecentChanges.php =================================================================== --- trunk/lib/plugin/RecentChanges.php 2009-06-19 11:19:19 UTC (rev 6942) +++ trunk/lib/plugin/RecentChanges.php 2009-06-19 15:24:11 UTC (rev 6943) @@ -1350,7 +1350,8 @@ $icon = $GLOBALS['WikiTheme']->_findData('images/folderArrowOpen.png'); $img = HTML::img(array('id' => 'rc-action-img', 'src' => $icon, - 'onClick' => "showHideFolder('rc-action')", + 'onclick' => "showHideFolder('rc-action')", + 'alt' => _("Click to hide/show"), 'title' => _("Click to hide/show"))); // Display selection buttons This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |