This commit is contained in:
monte.ohrt
2009-11-03 15:46:22 +00:00
parent bbbb5e098e
commit 23c4e77f14

2
README
View File

@@ -39,7 +39,7 @@ backward compatible with Smarty 2, except for the following items:
*) Delimiters surrounded by whitespace are no longer treated as Smarty tags.
Therefore, { foo } will not compile as a tag, you must use {foo}. This change
Makes Javascript/CSS easier to work with, eliminating the need for {literal}.
This can be disabled by seting $smarty->$auto_literal = false;
This can be disabled by setting $smarty->auto_literal = false;
There are many things that are new to Smarty 3. Here are the notable items: