From 7677db20ebd33f3973473cd347efbf7b7c17f88d Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Thu, 28 Jul 2016 02:00:29 +0200 Subject: [PATCH] Fix in View.php --- src/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.php b/src/View.php index 28d9cb4..7f41078 100644 --- a/src/View.php +++ b/src/View.php @@ -105,7 +105,7 @@ class View { * A boolean property for set if views are escaped by default */ - static public $escape=true; + static public $escape=false; /** * The directory where formatted views are saved.