Fix in View.php
This commit is contained in:
parent
36fa336653
commit
7677db20eb
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class View {
|
||||||
* A boolean property for set if views are escaped by default
|
* 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.
|
* The directory where formatted views are saved.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue