Skip to content

Commit

Permalink
Labels.php: Remove extra closing </td></tr> tag pair.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboPT authored and timschofield committed Feb 27, 2018
1 parent 4167599 commit 5daf2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Labels.php
Expand Up @@ -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>';

Expand Down
1 change: 1 addition & 0 deletions doc/Change.log
@@ -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.
Expand Down

0 comments on commit 5daf2c7

Please sign in to comment.