html - & Turns into & in metadata -


i have simple problem regarding &amp. decided upload simple csv file insert meta title , meta description.

it uploaded sucessfully when use view source can see &

<head>  <meta charset = "utf-8">  <meta http-equiv="x-ua-compatible" content="ie=edge">  <title> jack &amp; jill </title>  </head>

my question how change & & ?

i tried manually inputting jack & jill. still when check view souce. still transforms &

hope can me.

my question how change &amp; & ?

i wouldn't, if you. &amp; html-encoded (and xml-encoded) form of &. browser display &.

i don't know offhand whether & followed space valid in strict xml (i know html, not xml) it's reasonable always escape it, don't need worry situations like:

i love jack&jill; they're great 

... jill seen entity reference without escaping.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -