diff --git a/Command/DumpCommand.php b/Command/DumpCommand.php index e6288a5..2074786 100644 --- a/Command/DumpCommand.php +++ b/Command/DumpCommand.php @@ -83,7 +83,7 @@ protected function configure() protected function execute(InputInterface $input, OutputInterface $output) { $input; - $output->writeln('Start dumping cache.manifest...>'); + $output->writeln('Start dumping cache.manifest...'); $this->webDirectory = $this->getContainer()->get('kernel')->getRootdir() . '/../web'; $this->filesystem = new Filesystem(); $this->finder = new Finder(); diff --git a/Resources/views/cache.html.twig b/Resources/views/cache.html.twig index fdbccb4..5e41ba5 100644 --- a/Resources/views/cache.html.twig +++ b/Resources/views/cache.html.twig @@ -12,7 +12,6 @@ CACHE: {% else %} /{{ path }} {% endif %} - {% endfor %} {% for path in custom_paths %} {{ path }}