GX-Bug #50224 » GMMetaFix.patch
| src/gm/classes/GMMeta.php (revision ) | ||
|---|---|---|
| 237 | 237 |
$products_description = $matches['product_description'] . '...'; |
| 238 | 238 |
} |
| 239 | 239 |
|
| 240 |
$t_html_properties .= "\t\t" . '<meta property="og:description" content="' . htmlentities_wrapper($products_description) . '" />' . "\n";
|
|
| 240 |
$t_html_properties .= "\t\t" . '<meta property="og:description" content="' . html_entity_decode_wrapper(html_entity_decode_wrapper($products_description)) . '" />' . "\n";
|
|
| 241 | 241 |
$t_html_properties .= "\t\t" . '<meta property="og:image" content="' . htmlentities_wrapper($t_product_image) . '" />' . "\n"; |
| 242 | 242 |
|
| 243 | 243 |
$db = StaticGXCoreLoader::getDatabaseQueryBuilder(); |