First, thanks for your work on this module. It definitely meets my D7 needs.
It appears that my meta descriptions with apostrophes are being run through htmlentities().
Something like: helping managers'
Comes out as: Helping managers'
Single quotes are okay for meta content, yes?
Comments
Comment #1
valthebaldAccording to HTML standard (http://www.w3.org/TR/html4/struct/global.html#edef-META), meta contents is of type CDATA (http://www.w3.org/TR/html4/types.html#type-cdata). Quote:
Bottom line: current behavior is ok :)