From 1619126d7d87538082dd58645a37f528adb1deeb Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Fri, 23 Sep 2011 22:24:16 +0200 Subject: Added short syntag for comparison. ~{a|op|b} Also updated the documentation and made unescape_text() a alias of PHP's stripcslashes(). --- example/templates/src/articles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/templates/src/articles.html b/example/templates/src/articles.html index e007f3e..c0db692 100644 --- a/example/templates/src/articles.html +++ b/example/templates/src/articles.html @@ -24,7 +24,7 @@ There are more than 3 articles? - + ~{$articles_n|gt|3}

There are more articles.

-- cgit v1.2.3-54-g00ecf