Jump to content



Latest News: (loading..)

Issue Information

  • #000224

  • 0 - None Assigned

  • New

  • 2.3.1

  • -

Issue Confirmations

  • Yes (0)No (0)
Photo

Sequence tags in mail.php

Posted by HanV on 13 March 2011 - 04:16 PM

In admin/email.php the sequence of the tags is wrong (HTML-Tidy).

The <td> in line 94 must be before the form starts and not behind.
And the </td> (139) must be after the </form> and not before.

The same on line 143 (start form) and line 191 (end form).