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.