We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e222e commit f5c17bcCopy full SHA for f5c17bc
src/Services/InfoProviderSystem/Providers/PollinProvider.php
@@ -215,7 +215,7 @@ private function parseCategory(Crawler $dom): string
215
private function parseNotes(Crawler $dom): string
216
{
217
//Concat product highlights and product description
218
- return $dom->filter('div.product-detail-top-features')->html() . '<br><br>' . $dom->filter('div.product-detail-description-text')->html();
+ return $dom->filter('div.product-detail-top-features')->html('') . '<br><br>' . $dom->filter('div.product-detail-description-text')->html('');
219
}
220
221
private function parsePrices(Crawler $dom): array
0 commit comments