Projekt

Allgemein

Profil

GX-Bug #48730 » fix.patch

/gm/classes/GMMeta.php - Till Tepelmann, 27.09.2016 19:11

Unterschiede anzeigen:

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)
    (1-1/1)