Fix in View.php

This commit is contained in:
Antonio de la Rosa 2016-07-28 02:00:29 +02:00
parent 36fa336653
commit 7677db20eb

View file

@ -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.