From 86c3403fa8f9873f39fd95ee260b80195497725e Mon Sep 17 00:00:00 2001 From: mohrt Date: Mon, 23 Jan 2006 16:58:52 +0000 Subject: [PATCH] wording clarification --- .../language-basic-syntax/language-syntax-quotes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml b/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml index 1a6118eb..34b308f0 100644 --- a/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml +++ b/docs/en/designers/language-basic-syntax/language-syntax-quotes.xml @@ -6,10 +6,10 @@ Smarty will recognize assigned variables - 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 modifiers, they must always be applied outside of quotes.