possible bug with tags found in script

The following code failed to validate:

<SCRIPT type="text/javascript">
<!-- 
document.writeln("<BR><B>You are using: </B>" + navigator.appName);
// -->
</SCRIPT>

The error was:
Error at line 74:
   document.writeln("<BR><B>You are using: </B>" + navigator.appName);
   end tag for element "B" which is not open  (explanation...)

Received on Tuesday, 24 August 1999 23:21:04 UTC