View Single Post
06-15-2011, 04:16 PM
#4
nil04 is offline nil04
Status: I'm new around here
Join date: May 2011
Location: Pune
Expertise: programming, design
Software: Photoshop, Firefox, vim,
 
Posts: 4
iTrader: 0 / 0%
 

nil04 is on a distinguished road

  Old

ok, its look like bad escaping of meta character, in html code or WP code look for line no 60 its look like

Code:
<meta name="google-site-verification" content="<meta name=\"google-site-verification\" content=\"4RW42mMA-XgX0A2KMxjx4ryhSx-YhAcPcl1k401I_eo\" />" />
change this to

Code:
<meta name="google-site-verification" content="<meta name='google-site-verification' content='4RW42mMA-XgX0A2KMxjx4ryhSx-YhAcPcl1k401I_eo' />" />