Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1.0.2
-
None
Description
When using tapestry to generate xml which is not xhtml, the generator meta should be omitted. Currently tapestry will add a head and generator meta to every root element if the SymbolConstants.OMIT_GENERATOR_META == false.
Solution: check if the root element name is html, if not, don't add even with SymbolConstants.OMIT_GENERATOR_META == false.