From: <var...@us...> - 2014-06-04 13:08:48
|
Revision: 8864 http://sourceforge.net/p/phpwiki/code/8864 Author: vargenau Date: 2014-06-04 13:08:43 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2014-06-04 12:58:57 UTC (rev 8863) +++ trunk/lib/PageList.php 2014-06-04 13:08:43 UTC (rev 8864) @@ -1557,7 +1557,7 @@ } $table = HTML::table(array('class' => 'fullwidth pagelist')); if ($caption) { - $table->pushContent(HTML::caption(array('align' => 'top'), $caption)); + $table->pushContent(HTML::caption(array('class' => 'top'), $caption)); } $row = HTML::tr(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |