From 5daf2c79f30a38e17660be636020013c68eaed06 Mon Sep 17 00:00:00 2001 From: Paul Thursby Date: Tue, 27 Feb 2018 11:38:28 +0000 Subject: [PATCH] Labels.php: Remove extra closing tag pair. --- Labels.php | 2 +- doc/Change.log | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Labels.php b/Labels.php index fa254b086..8d6425e71 100644 --- a/Labels.php +++ b/Labels.php @@ -522,7 +522,7 @@ ' . _('Column Width') . ' - (Cw): - + '; diff --git a/doc/Change.log b/doc/Change.log index ae2945d0f..09866bc27 100644 --- a/doc/Change.log +++ b/doc/Change.log @@ -1,5 +1,6 @@ webERP Change Log +17/2/18 PaulT: Labels.php: Remove extra closing 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.