From 7150da666fe81b910b49d29546de9bc3483504e7 Mon Sep 17 00:00:00 2001 From: nlopess Date: Sun, 3 Oct 2004 08:59:03 +0000 Subject: [PATCH] fix build --- .../language-function-if.xml | 2 +- .../language-variables-smarty.xml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml b/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml index 6a9ebeef..48ce4479 100644 --- a/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml +++ b/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml @@ -9,7 +9,7 @@ Todo if deve ter o seu /if. else e elseif também são permitidos. Todos os - condicionais do PHP são reconhecidos, tais como ||, or, &&, and, etc. + condicionais do PHP são reconhecidos, tais como ||, or, &&, and, etc. diff --git a/docs/pt_BR/designers/language-variables/language-variables-smarty.xml b/docs/pt_BR/designers/language-variables/language-variables-smarty.xml index 1cf568dc..a5376af1 100644 --- a/docs/pt_BR/designers/language-variables/language-variables-smarty.xml +++ b/docs/pt_BR/designers/language-variables/language-variables-smarty.xml @@ -106,6 +106,21 @@ + + {$smarty.ldelim} + + This variable is used for printing the left-delimiter value literally. + See also {ldelim},{rdelim}. + + + + {$smarty.rdelim} + + This variable is used for printing the right-delimiter value literally. + See also {rdelim},{rdelim}. + + +