GX-Bug #49162 » fix.patch
src/gm/classes/GMMeta.php (revision ) | ||
---|---|---|
223 | 223 |
$t_html_properties .= "\t\t" . '<meta property="og:url" content="' . htmlentities_wrapper($t_product_url) . '" />' . "\n"; |
224 | 224 |
$t_html_properties .= "\t\t" . '<meta property="og:image" content="' . htmlentities_wrapper($t_product_image) . '" />' . "\n"; |
225 | 225 |
$t_html_properties .= "\t\t" . '<meta property="og:site_name" content="' . htmlentities_wrapper(STORE_NAME) . '" />' . "\n"; |
226 |
$t_html_properties .= "\t\t" . '<meta property="og:description" content="' . htmlentities_wrapper(strip_tags($product->data['products_description'])) . '" />' . "\n"; |
|
226 | 227 |
$t_html .= $t_html_properties; |
227 | 228 |
|
228 | 229 |
if($this->output) |