Alexander Deruwe wrote:
> Hey everyone,
> 
> Both in my production and development environments, using symfony  
> 1.0.8, on a normal GET request, the layout's
> 
> <?php include_http_metas(); ?>
> <?php include_metas(); ?>
> 
> calls will output:
> 
> <meta name="title" content="blah blah" />
> <meta name="robots" content="noindex, nofollow" />

This is a problem with fillin filter

I'm not sure if the fillin filter has now been fixed to resolve this 
issue - can anyone else comment?

the technical reason for this is that the fillin filter uses libxml 
libraries to parse the output in HTML mode, and whne it outputs the code 
(again in HTML mode), the code is altered like you are seeing.


-- 

Ian P. Christian ~ pookey.co.uk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to