From: Thomas Leitner Date: 2007-03-02T02:00:14+09:00 Subject: Re: webgen 0.4.2 On Mar 1, 5:26 pm, "Dimitri Aivaliotis" wrote: > Hi, > > On 3/1/07, Thomas Leitner wrote: > > > Although nothing is displayed, I can view the source and from the > > looks of it (syntax highlighting) it seems that Firefox does not like > > the HTML closed script tag in the header or something like that. Be > > aware that the W3C HTML validation service says that the page is valid > > XHTML 1.1! > > A self-closed script tag violates the DTD/Schema definition: > > http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_modu...http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_scr... > > It has a "Minimal Content Model" of "PCDATA", not "EMPTY", so you'll > need to use the dual-tag form: . Thanks for this explanation, I will change the homepage to use the dual-tag form! Bye, Thomas