mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
fixed description of cycle's advance-attribute
This commit is contained in:
@@ -3004,7 +3004,7 @@ AUSGABE:
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Das 'advance'-Attribut wird verwendet um einen Wert zu wiederholen.
|
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.
|
Wert erneut ausgegeben.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
@@ -3389,7 +3389,7 @@ OUTPUT:
|
|||||||
a value.
|
a value.
|
||||||
</para>
|
</para>
|
||||||
<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.
|
the next call to cycle will print the same value.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user