"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Hi Andreas
> I've tried all possible options but nothing changes. I still get > <br> </br> instead of <br /> or I do not get the content from the > master.kid... well it was worth a try... Have you had a look at the kid.outputformat option in app.cfg? It can be used to switch between different Kid serializers. They are documented here: http://kid-templating.org/guide.html#common-output-methods I believe the default is "html" which gives you uppercase tags and empty <BR> elements. Setting it to "xhtml" generates "<br />" tags. You shouldn't see "<br> </br>" being output in any case. How does the Kid file look like? -- Martin Geisler --- <[EMAIL PROTECTED]> --- http://mgeisler.net Read, write, create Exif data in PHP with PEL: http://pel.sf.net Take control of your webserver with PHP Shell: http://phpshell.sf.net
pgpZqQ71MOUsH.pgp
Description: PGP signature

