From 6efbb3ee586c9327295d18ee790394279bb1e25c Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Thu, 29 Oct 2009 14:02:21 +0000 Subject: [PATCH] fix typo --- libs/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index acd9a390..7d5ce4ba 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -94,7 +94,7 @@ spl_autoload_register('smartyAutoload'); */ class Smarty extends Smarty_Internal_TemplateBase { // smarty version - public static $_version = 'Smarty3-SVN$Rev: 3286 $' + public static $_version = 'Smarty3-SVN$Rev: 3286 $'; // auto literal on delimiters with whitspace public $auto_literal = true; // display error on not assigned variabled