On Tue, Nov 9, 2010 at 2:26 PM, Media Affect <[email protected]> wrote: > <?php echo $this->Html->meta('description', 'foo bar', array('inline' > => false)); ?> > > this works? I might have mixed up my version numbers
The 'inline' option was moved inside the $options array sometime during 1.2.x, but the old behavior was still used. Basically, it was an undocumented improvement heading towards 1.3.x. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
