cvs: smarty /docs/pt_BR/designers/language-basic-syntax language-syntax-quotes.xml
"Thomas Gonzalez Miranda" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsthomasgm1095864951@cvsserver> |
thomasgm Wed Sep 22 10:55:51 2004 EDT
Modified files:
/smarty/docs/pt_BR/designers/language-basic-syntax
language-syntax-quotes.xml
Log:
fixing some ticks
http://cvs.php.net/diff.php/smarty/docs/pt_BR/designers/language-basic-syntax/language-syntax-quotes.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/pt_BR/designers/language-basic-syntax/language-syntax-quotes.xml
diff -u smarty/docs/pt_BR/designers/language-basic-syntax/language-syntax-quotes.xml:1.2 smarty/docs/pt_BR/designers/language-basic-syntax/language-syntax-quotes.xml:1.3
--- smarty/docs/pt_BR/designers/language-basic-syntax/language-syntax-quotes.xml:1.2 Tue Sep 21 11:05:45 2004
+++ smarty/docs/pt_BR/designers/language-basic-syntax/language-syntax-quotes.xml Wed Sep 22 10:55:51 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="language.syntax.quotes">
<title>Colocando Variáveis em Aspas Duplas</title>
<para>
@@ -12,12 +12,12 @@
<title>Sintaxe entre aspas</title>
<programlisting>
<![CDATA[
-EXEMPLOS DE SYNTAX:
+EXEMPLOS DE SINTAXE:
{func var="teste $foo teste"} <-- mostra $foo
{func var="teste $foo_bar teste"} <-- mostra $foo_bar
{func var="teste $foo[0] teste"} <-- mostra $foo[0]
{func var="teste $foo[bar] teste"} <-- mostra $foo[bar]
-{func var="teste $foo.bar teste"} <-- mostra $foo (not $foo.bar)
+{func var="teste $foo.bar teste"} <-- mostra $foo (e não $foo.bar)
{func var="teste `$foo.bar` teste"} <-- mostra $foo.bar
EXEMPLOS PRÁTICOS:
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php