wording clarification

This commit is contained in:
mohrt
2006-01-23 16:58:52 +00:00
parent c095e05f0c
commit 86c3403fa8

View File

@@ -6,10 +6,10 @@
Smarty will recognize <link
linkend="api.assign">assigned</link>
<link linkend="language.syntax.variables">variables</link>
embedded in double quotes so long as
the variables contain only numbers, letters, underscores and brackets [].
With any other characters (period, object reference, etc.) the variable must
be surrounded by backticks. You cannot embed
embedded in double quotes so long as the variable name contains only numbers,
letters, underscores and brackets []. With any other characters (period,
object reference, etc.) the variable must be surrounded by backticks. You
cannot embed
<link linkend="language.modifiers">modifiers</link>,
they must always be applied outside of quotes.
</para>