From: <var...@us...> - 2016-07-10 16:57:37
|
Revision: 9871 http://sourceforge.net/p/phpwiki/code/9871 Author: vargenau Date: 2016-07-10 16:57:34 +0000 (Sun, 10 Jul 2016) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/lib/plugin/PhotoAlbum.php Modified: trunk/lib/plugin/PhotoAlbum.php =================================================================== --- trunk/lib/plugin/PhotoAlbum.php 2016-07-09 17:26:31 UTC (rev 9870) +++ trunk/lib/plugin/PhotoAlbum.php 2016-07-10 16:57:34 UTC (rev 9871) @@ -321,7 +321,7 @@ } else { $newcellwidth = $cellwidth; } - $cell = array_merge($cell, array("width" => $newcellwidth)); + $cell = array_merge($cell, array("style" => 'width: '.$newcellwidth)); } if (in_array("nowrap", $attributes)) { $cell = array_merge($cell, array("nowrap" => "nowrap")); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |