From: <var...@us...> - 2021-07-29 10:12:59
|
Revision: 10386 http://sourceforge.net/p/phpwiki/code/10386 Author: vargenau Date: 2021-07-29 10:12:57 +0000 (Thu, 29 Jul 2021) Log Message: ----------- configurator.php: use CSS Modified Paths: -------------- trunk/configurator.php Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2021-07-29 10:11:22 UTC (rev 10385) +++ trunk/configurator.php 2021-07-29 10:12:57 UTC (rev 10386) @@ -2599,7 +2599,7 @@ echo ' <form action="', $configurator, '" method="post"> <input type="hidden" name="action" value="make_config" /> -<table cellpadding="4" cellspacing="0"> +<table> '; while (list($property, $obj) = each($properties)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |