diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-04 03:01:35 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-04 03:01:35 -0400 |
commit | 8bd5bf4afd83384bd091ad992d397b9f43c8cea0 (patch) | |
tree | 20733f757927b244969539918961680b57d3b75a /php/src/Template.php | |
parent | fd35fcc863735eee0b3740b39161b54bb77ed946 (diff) | |
download | luigi-template-8bd5bf4afd83384bd091ad992d397b9f43c8cea0.tar.bz2 luigi-template-8bd5bf4afd83384bd091ad992d397b9f43c8cea0.zip |
s/public/var/
Diffstat (limited to 'php/src/Template.php')
-rw-r--r-- | php/src/Template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/Template.php b/php/src/Template.php index 5bd9872..c91ce29 100644 --- a/php/src/Template.php +++ b/php/src/Template.php @@ -229,7 +229,7 @@ function parse_template(string $template) : array { namespace Luigi; -public $FILTERS = [ +var $FILTERS = [ 'h' => function($s) { return htmlspecialchars($v, ENT_QUOTES); }, |