- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Thu, 12 Apr 2001 22:40:20 +0200
- To: "Julio Negron" <jnegron@volt.com>
- Cc: html-tidy@w3.org
* Julio Negron wrote:
>I got the warning: " '<' + '/' + letter not allowed here "
>pointing to a completely blank line within a script tag.
>Is it a bug or could something else cause this.
URL? Maybe you or tidy mixed up a line, basically it happens for
constructs like
<script type="text/javascript">
document.write("<p>text</p>");
</script>
which is indeed illegal, since </ closes the script element.
--
Björn Höhrmann | mailto:bjoern@hoehrmann.de | http://www.bjoernsworld.de
am Badedeich 7 | Telefon: +49(0)4667/981028 | http://bjoern.hoehrmann.de
25899 Dagebüll | PGP Pub. KeyID: 0xA4357E78 | http://www.learn.to/quote/
Received on Thursday, 12 April 2001 16:39:39 UTC