mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 11:54:26 +02:00
fix typo
This commit is contained in:
@@ -94,7 +94,7 @@ spl_autoload_register('smartyAutoload');
|
|||||||
*/
|
*/
|
||||||
class Smarty extends Smarty_Internal_TemplateBase {
|
class Smarty extends Smarty_Internal_TemplateBase {
|
||||||
// smarty version
|
// smarty version
|
||||||
public static $_version = 'Smarty3-SVN$Rev: 3286 $'
|
public static $_version = 'Smarty3-SVN$Rev: 3286 $';
|
||||||
// auto literal on delimiters with whitspace
|
// auto literal on delimiters with whitspace
|
||||||
public $auto_literal = true;
|
public $auto_literal = true;
|
||||||
// display error on not assigned variabled
|
// display error on not assigned variabled
|
||||||
|
Reference in New Issue
Block a user