FYI:
Looks like it is fixed in CVS version and get_meta_tags() now accepts single
quotes.
(I still recommends to use double quotes for your application, but we cannot
force
others and single quotes should be accepted for older HTML versions)
Regards,
--
Yasuo Ohgaki
""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message
9974us$e26$[EMAIL PROTECTED]">news:9974us$e26$[EMAIL PROTECTED]...
> May be get_meta_tags() is XHTML compliant.
> (XHTML requires "" and lowercases for attributes)
> I suggest you to use double quotes.
>
> --
> Yasuo Ohgaki
>
> "Paul Rees" <[EMAIL PROTECTED]> wrote in message
> r19NDKAFmot6Ew$[EMAIL PROTECTED]">news:r19NDKAFmot6Ew$[EMAIL PROTECTED]...
> > Hi,
> >
> > The php function 'get_meta_tags' doesn't work when the meta tag name/
> > content values are single quoted. It's fine for double quotes. I've had
> > a look but can't find anything on the w3 site to say whether or not
> > double quotes are required in meta tags. Does anyone know what the rule
> > is?
> >
> > (php v 4.04pl1, apache, linux 2.2.18)
> >
> > All the best
> > --
> > Paul
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] get_meta_tags bug? Paul Rees
- Re: [PHP] get_meta_tags bug? Yasuo Ohgaki
- Re: [PHP] get_meta_tags bug? Yasuo Ohgaki
- Re: [PHP] get_meta_tags bug? Paul rees