diff --git a/src/Command/ScrapeWebsite.php b/src/Command/ScrapeWebsite.php index 74044a2..9272190 100644 --- a/src/Command/ScrapeWebsite.php +++ b/src/Command/ScrapeWebsite.php @@ -38,7 +38,7 @@ class ScrapeWebsite extends Command $progress = new ProgressBar($output); $countries = Country::all(); foreach($countries as $country) { - $output->writeln('Country name: ' . $country->countryName."\n"); + $output->writeln('Country name: ' . $country->countryName); $progress->start(); $products = $this->getProducts($country); $progress->setMaxSteps(count($products)); diff --git a/templates/product.html.twig b/templates/product.html.twig index 33b6ef6..5f2d52d 100644 --- a/templates/product.html.twig +++ b/templates/product.html.twig @@ -22,7 +22,7 @@ - link + link diff --git a/templates/productList.html.twig b/templates/productList.html.twig index 55e415c..79bd685 100644 --- a/templates/productList.html.twig +++ b/templates/productList.html.twig @@ -62,7 +62,7 @@ - link + link {% if product.isDiscontinued() or product.priceCurrent == product.productStandardPrice %} {{ product.priceLowest | format_currency(product.country.currency, {}, product.country.locale) }}