From 362af770feb18ffbbaf3d4309a4b1a203c527497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 14 Dec 2015 23:31:40 +0200 Subject: [PATCH] one more typo fix altho not sure where the quote should be here --- NEW_FEATURES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index a5a155c2..1a51c71d 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -31,7 +31,7 @@ Smarty 3.1.28 Multiple template_dir entries can now be selected by a comma separated list of indices. The template_dir array is searched in the order of the indices. (Could be used to change the default search order) Example: - $smarty->display([1],[0]foo.bar'); + $smarty->display('[1],[0]foo.bar'); Filter support ==============