mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed description of cycle's advance-attribute
This commit is contained in:
@@ -3004,7 +3004,7 @@ AUSGABE:
|
||||
</para>
|
||||
<para>
|
||||
Das 'advance'-Attribut wird verwendet um einen Wert zu wiederholen.
|
||||
Wenn auf 'true' gesetzt, wird bei der nächsten Iteration der selbe
|
||||
Wenn auf 'false' gesetzt, wird bei der nächsten Iteration der selbe
|
||||
Wert erneut ausgegeben.
|
||||
</para>
|
||||
<para>
|
||||
|
@@ -3389,7 +3389,7 @@ OUTPUT:
|
||||
a value.
|
||||
</para>
|
||||
<para>
|
||||
The advance attribute is used to repeat a value. When set to true,
|
||||
The advance attribute is used to repeat a value. When set to false,
|
||||
the next call to cycle will print the same value.
|
||||
</para>
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user