meta description quotes escape
You need to escape the quotes using HTML character references:
<meta name="description" content=""quoted content"">
The description here is "quoted content"
.
In PHP use strip_tages
+ str_replace('"',""")
to archiv
<meta name="description" content=""quoted content"">