mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
- bugfix {strip} must remove all blanks between html tags https://github.com/smarty-php/smarty/issues/136
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
- bugfix a filepath starting with '/' or '\' on windows should normalize to the root dir
|
- bugfix a filepath starting with '/' or '\' on windows should normalize to the root dir
|
||||||
of current working drive https://github.com/smarty-php/smarty/issues/134
|
of current working drive https://github.com/smarty-php/smarty/issues/134
|
||||||
- optimization of filepath normalization
|
- optimization of filepath normalization
|
||||||
|
- bugfix {strip} must remove all blanks between html tags https://github.com/smarty-php/smarty/issues/136
|
||||||
|
|
||||||
===== 3.1.29 ===== (21.12.2015)
|
===== 3.1.29 ===== (21.12.2015)
|
||||||
21.12.2015
|
21.12.2015
|
||||||
|
@@ -118,7 +118,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
|||||||
/**
|
/**
|
||||||
* smarty version
|
* smarty version
|
||||||
*/
|
*/
|
||||||
const SMARTY_VERSION = '3.1.30-dev/2';
|
const SMARTY_VERSION = '3.1.30-dev/3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* define variable scopes
|
* define variable scopes
|
||||||
|
Reference in New Issue
Block a user