Re: [EXT] Re: Bug in HTML validator

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