lixingwang / tapestrytools

Automatically exported from code.google.com/p/tapestrytools
0 stars 0 forks source link

Default template for Tapestry pages is wrong #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The default template for a Tapestry page is:

<div  xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"> 
</div>

It should be changed to:

<html  xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"> 
   <body>
   </body>
</html>

Original issue reported on code.google.com by igor.dro...@gmail.com on 3 Jun 2011 at 2:17

GoogleCodeExporter commented 9 years ago
fixed already

Original comment by gavingui...@gmail.com on 4 Jun 2011 at 6:54