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 @@ -