- From: Philip Taylor <P.Taylor@Hellenic-Institute.Uk>
- Date: Sat, 13 Jun 2020 19:53:23 +0100
- To: Jens Oliver Meiert <jens@meiert.com>, Anony Mous <fyngyrz@gmail.com>
- Cc: W3C WWW Validator <www-validator@w3.org>
On 13/06/2020 17:06, Jens Oliver Meiert wrote:
>> Line 32, Column 115: end tag for element "FONT" which is not open
>>
>> …ntById("result").innerHTML = "<font color=\"#ff0000\">Error</font>"; return; }
> To bypass this particular error you’d need to escape the backslash in
> `</font>`, as in
>
> <font color=\"#ff0000\">Error<\/font>
I appreciate that this is nit-picking, Jens, but there /is/ no
backslash in `</font>`. There is a forward slash, which may well
require escaping, but no backslash.
/Philip Taylor/
Received on Saturday, 13 June 2020 18:53:37 UTC