Am 10.05.2011 15:50 schrieb Filip Polsakiewicz: > Unfortunately the result is that after the template processing it seems > that the first script tag is not closed and embeds the remaining part of > the page.
How do you serialize the page? Whether tags are closed or not depends on the output method: http://www.kid-templating.org/guide.html#common-output-methods If you use "html", the script tags are not closed, but actually Kid should produce an appropriate doctype. -- Christoph ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ kid-template-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kid-template-discuss
