[ 
https://issues.apache.org/jira/browse/TAPESTRY-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship reopened TAPESTRY-2166:
--------------------------------------------


> Generated Markup should not omit xhtml end tags
> -----------------------------------------------
>
>                 Key: TAPESTRY-2166
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2166
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.10
>            Reporter: Christian Gorbach
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.11
>
>
> It seems that the markup writer doesnt render correct end tags. This prevents 
> Tapestry pages from being valid xhtml pages.
> E.g.: the following template is xhtml valid  but the rendered page is 
> not...(because several end tags are missing)
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml";  
> xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> 
> <head>
>       <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
>       <title>xhtml test</title>
> </head>
>       <body>
>               valid xhtml? 
>       </body>
> </html>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to