|
4149 - trunk/Template/src/parsers/tst_to_ast/implementations [eZComponents:: msg#00323web.ezcomponents.cvs
Author: Jan Borsodi Date: 2006-11-30 14:56:44 +0100 (Thu, 30 Nov 2006) New Revision: 4149 Log: - Fixed a bug with nested while loops and delimiters, delimiter output was incorrect. Modified: trunk/Template/src/parsers/tst_to_ast/implementations/tst_to_ast_transformer.php Modified: trunk/Template/src/parsers/tst_to_ast/implementations/tst_to_ast_transformer.php =================================================================== --- trunk/Template/src/parsers/tst_to_ast/implementations/tst_to_ast_transformer.php 2006-11-30 13:55:14 UTC (rev 4148) +++ trunk/Template/src/parsers/tst_to_ast/implementations/tst_to_ast_transformer.php 2006-11-30 13:56:44 UTC (rev 4149) @@ -772,6 +772,7 @@ $astNode[$i]->conditionBody = $cb; + array_shift( $this->delimiterStack ); return $astNode; } |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| News | FAQ | advertise |