From: <tu...@us...> - 2018-02-17 17:46:26
|
Revision: 7970 http://sourceforge.net/p/web-erp/reponame/7970 Author: turbopt Date: 2018-02-17 17:46:23 +0000 (Sat, 17 Feb 2018) Log Message: ----------- Labels.php: Remove extra closing </td></tr> tag pair. Modified Paths: -------------- trunk/Labels.php trunk/doc/Change.log Modified: trunk/Labels.php =================================================================== --- trunk/Labels.php 2018-02-17 17:02:36 UTC (rev 7969) +++ trunk/Labels.php 2018-02-17 17:46:23 UTC (rev 7970) @@ -522,7 +522,7 @@ <td>' . _('Column Width') . ' - (Cw):</td> <td><input type="text" name="ColumnWidth" size="4" maxlength="4" value="' . $_POST['ColumnWidth'] . '" /></td> </tr> - </table></td></tr> + </table> </td></tr> </table>'; Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2018-02-17 17:02:36 UTC (rev 7969) +++ trunk/doc/Change.log 2018-02-17 17:46:23 UTC (rev 7970) @@ -1,5 +1,6 @@ webERP Change Log +17/2/18 PaulT: Labels.php: Remove extra closing </td></tr> tag pair. 17/2/18 PaulT: FixedAssetLocations.php: Move closing condition brace to cover entire table output to avoid a stray closing table tag output if the condition is not met. Also, replace some style attributes with equivalent CSS. 17/2/18 PaulT: MaintenanceUserSchedule.php: Fix closing tag mismatch. 17/2/18 PaulT: GLJournalInquiry.php: Add missing = to value attribute. |