From: <var...@us...> - 2009-06-19 15:34:34
|
Revision: 6944 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6944&view=rev Author: vargenau Date: 2009-06-19 15:34:27 +0000 (Fri, 19 Jun 2009) Log Message: ----------- Better display by default Modified Paths: -------------- trunk/lib/plugin/RecentChanges.php Modified: trunk/lib/plugin/RecentChanges.php =================================================================== --- trunk/lib/plugin/RecentChanges.php 2009-06-19 15:24:11 UTC (rev 6943) +++ trunk/lib/plugin/RecentChanges.php 2009-06-19 15:34:27 UTC (rev 6944) @@ -1364,7 +1364,7 @@ $this->pushContent(HTML::legend($caption,' ',$img)); $table = HTML::table(array('id' => 'rc-action-body', - 'style' => 'display:none')); + 'style' => 'display:block')); $tr = HTML::tr(); foreach (explode(",", $daylist) as $days) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |