mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 09:54:27 +02:00
fix typo
This commit is contained in:
@@ -816,7 +816,7 @@ Intro = """This is a value that spans more
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>if,elseif,else</title>
|
<title>if,elseif,else</title>
|
||||||
<para>
|
<para>
|
||||||
if statements in Smarty have much the same flexability as php if statements,
|
if statements in Smarty have much the same flexibility as php if statements,
|
||||||
with a few added features for the template engine.
|
with a few added features for the template engine.
|
||||||
Every if must be paired with /if. else and elseif are also permitted.
|
Every if must be paired with /if. else and elseif are also permitted.
|
||||||
"eq", "ne","neq", "gt", "lt", "lte", "le", "gte" "ge","is even","is odd",
|
"eq", "ne","neq", "gt", "lt", "lte", "le", "gte" "ge","is even","is odd",
|
||||||
|
Reference in New Issue
Block a user