diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-09-28 23:39:05 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-09-28 23:39:05 +0200 |
| commit | 5b508b7bf3fc08603b6e7096c468258d083d43a9 (patch) | |
| tree | 6b7e4b58371fd0c0ca7abafaa9baa16fccebb473 /libs/Smarty.class.php | |
| parent | 998c7789485e89f401d2cae4af3fda91a8a03956 (diff) | |
| download | smarty-5b508b7bf3fc08603b6e7096c468258d083d43a9.tar.gz smarty-5b508b7bf3fc08603b6e7096c468258d083d43a9.tar.bz2 smarty-5b508b7bf3fc08603b6e7096c468258d083d43a9.zip | |
- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https://github.com/smarty-php/smarty/issues/300
Diffstat (limited to 'libs/Smarty.class.php')
| -rw-r--r-- | libs/Smarty.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index a93d52c6..a994d7f3 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -114,7 +114,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.31-dev/31'; + const SMARTY_VERSION = '3.1.31-dev/32'; /** * define variable scopes |
