- bugfix strip-block produces different output in Smarty v3.1.32 https://github.com/smarty-php/smarty/issues/436

This commit is contained in:
Uwe Tews
2018-05-17 16:04:48 +02:00
parent 87ec44e9f8
commit cc4d8fa1a0
3 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '3.1.33-dev-4';
const SMARTY_VERSION = '3.1.33-dev-5';
/**
* define variable scopes
*/