diff --git a/source/php/Component/Icon/Icon.php b/source/php/Component/Icon/Icon.php index 41bac861..fd098053 100644 --- a/source/php/Component/Icon/Icon.php +++ b/source/php/Component/Icon/Icon.php @@ -51,6 +51,7 @@ public function init() $this->data['attributeList']['role'] = "img"; $this->data['attributeList']['aria-label'] = $this->getAltText($icon); $this->data['attributeList']['alt'] = $this->getAltText($icon); + $this->data['attributeList']['data-nosnippet'] = ""; } private function iconIsSvg($icon)