Re: [EXT] Re: Bug in HTML validator
Philip Taylor <[email protected]> Sat, 13 Jun 2020 19:53:23 +0100
| Newsgroups | gmane.org.w3c.validator |
|---|---|
| Message-ID | <[email protected]> |
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/