mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
wording clarification
This commit is contained in:
@@ -6,10 +6,10 @@
|
|||||||
Smarty will recognize <link
|
Smarty will recognize <link
|
||||||
linkend="api.assign">assigned</link>
|
linkend="api.assign">assigned</link>
|
||||||
<link linkend="language.syntax.variables">variables</link>
|
<link linkend="language.syntax.variables">variables</link>
|
||||||
embedded in double quotes so long as
|
embedded in double quotes so long as the variable name contains only numbers,
|
||||||
the variables contain only numbers, letters, underscores and brackets [].
|
letters, underscores and brackets []. With any other characters (period,
|
||||||
With any other characters (period, object reference, etc.) the variable must
|
object reference, etc.) the variable must be surrounded by backticks. You
|
||||||
be surrounded by backticks. You cannot embed
|
cannot embed
|
||||||
<link linkend="language.modifiers">modifiers</link>,
|
<link linkend="language.modifiers">modifiers</link>,
|
||||||
they must always be applied outside of quotes.
|
they must always be applied outside of quotes.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user