From cf6fe7333d0cf6d28c5be34a5f9d55ab01d55eb4 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 14 Apr 2019 19:13:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=80=D0=B5=D0=B7=D1=83?= =?UTF-8?q?=D0=BB=D1=8C=D1=82=D0=B8=D1=80=D1=83=D1=8E=D1=89=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D1=85=D1=82=D0=BC=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/SculpinKernel.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/SculpinKernel.php b/app/SculpinKernel.php index f4dcde7..4be6cc7 100644 --- a/app/SculpinKernel.php +++ b/app/SculpinKernel.php @@ -12,7 +12,8 @@ class SculpinKernel extends AbstractKernel return [ TwigExtensionBundle::class, SiteMapBundle::class, - HtmlPrettierBundle::class, + // Выключен - некорректно форматирует блоки + // HtmlPrettierBundle::class, ]; } }