[htmltmpl] Validating documents from HTML::Template
Brought to you by:
samtregar
From: Dan A. <dan...@sn...> - 2006-03-10 16:13:09
|
Hi, I have a report that aims to be and XHTML 1.0 compliant document. In my template I use <br /> for my linebreaks; but after I fill in various template tags via HTML::Template, they all become <br>, which fails to pass the validator at w3c.org. Am I missing something obvious here, or is HTML::Template not a good idea for producing XHTML 1.0 compliant documents? Thanks, Dan |