Thanks again Petko. CarlosAB
On 10/3/11, Petko Yotov <[email protected]> wrote: > On Tuesday 04 October 2011 04:05:26, Carlos AB wrote : >> You are right, is other encoding needed for meta tags? > > Actually, you may escape the double and single quotes: > > str_replace(array('"',"'"),array('"','''), $o['title']) > > instead of the current $o['title']. > > The unescaped quotes in your properties may cause incorrect or incomplete > meta tags. > > Petko > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
