From 1837e7b199ae5234b8d157c6ac6ae92ff6da9de9 Mon Sep 17 00:00:00 2001 From: dlepera Date: Mon, 1 Apr 2019 21:03:48 -0300 Subject: [PATCH] =?UTF-8?q?Corrigindo=20a=20renderiza=C3=A7=C3=A3o=20do=20?= =?UTF-8?q?CSS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- src/VileX.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6ab3ecd..6233cf5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "dlepera88-php/vilex", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "authors": [ {"name": "Diego Lepera", "email": "dlepera88@gmail.com"} diff --git a/src/VileX.php b/src/VileX.php index 11e3e79..412f3ab 100644 --- a/src/VileX.php +++ b/src/VileX.php @@ -307,7 +307,7 @@ public function getTagsCss(): string if (count($this->getArquivosCss()) > 0) { $html .= "[ARQUIVOS-CSS]\n"; - $html .= "\tgetArquivosCss()) . '">'; + $html .= "\t\n\tgetArquivosCss()) . '">'; $html .= "\n[/ARQUIVOS-CSS]"; }