Hi All,

I am facing this strange issue with  <?php echo $content_for_layout; ?
>

$content_for_layout spits a </div> which spoils the page structure.
I used a simple layout without any other elements. The html output is
shown below.

<pre>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">



<head>
        <title>Test</title>


</head>

<body>


                        <!-- begin page content -->





</div>                  <!-- end page content -->


</body>
</html>
</pre>

Is this a bug? I am using version 2.1.8004

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to