I'm assuming that this module is the one generating the fb:app_id meta tags? Is there any way to make it so they don't make the XHTML version ( < />). I'm working on trying HTML5 design, and it won't validate because it want's the standard < > . Thanks.

Comments

wxman’s picture

I just hacked the module directly, which I didn't really want to do. I just wanted to see if that fixed the validation error. It didn't. Even without the /> it still says:

Line 8, Column 53: Attribute property not allowed on element meta at this point.
<meta property="fb:app_id" content="0000000000000">
Attributes for element meta:
    Global attributes
    name
    http-equiv
    content

I'm not sure what it's looking for now.