clickstorm / cs_seo

[clickstorm] SEO
Other
33 stars 49 forks source link

[BUGFIX] Fix og:locale in case of config.locale_all contains charset #223

Closed dogawaf closed 5 years ago

dogawaf commented 5 years ago

When config.locale_all contains charset (ie. fr_FR.UTF-8), og:locale is malformed. Facebook Open Graph debugger says it is not a valid enum.

This commit removes the charset part of config.locale_all from og:locale.

This is a backport of #222 on 3.1 branch (for TYPO3 8.7)