diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-14 14:10:11 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-07-23 09:26:50 -0500 |
| commit | c0b9db1c626c88780b2ee5f5a237561a125c54aa (patch) | |
| tree | 4ba9af94d6d7c2aa2aef8baa580dface68d00bfd /tests/template/templates/loop.html | |
| parent | 0d31420ae099b9284c6240bfbda0f03f1be155c1 (diff) | |
| download | forums-c0b9db1c626c88780b2ee5f5a237561a125c54aa.tar forums-c0b9db1c626c88780b2ee5f5a237561a125c54aa.tar.gz forums-c0b9db1c626c88780b2ee5f5a237561a125c54aa.tar.bz2 forums-c0b9db1c626c88780b2ee5f5a237561a125c54aa.tar.xz forums-c0b9db1c626c88780b2ee5f5a237561a125c54aa.zip | |
[ticket/11701] Fix loops var check
PHPBB3-11701
Diffstat (limited to 'tests/template/templates/loop.html')
| -rw-r--r-- | tests/template/templates/loop.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/template/templates/loop.html b/tests/template/templates/loop.html index de1a10004d..f541e934df 100644 --- a/tests/template/templates/loop.html +++ b/tests/template/templates/loop.html @@ -1,21 +1,21 @@ -<!-- BEGIN loop --> +<!-- BEGIN test_loop --> loop <!-- BEGINELSE --> noloop -<!-- END loop --> +<!-- END test_loop --> -<!-- IF .loop --> +<!-- IF .test_loop --> loop <!-- ELSE --> noloop <!-- ENDIF --> -<!-- IF .loop == 2 --> +<!-- IF .test_loop == 2 --> loop <!-- ENDIF --> -<!-- BEGIN loop --> +<!-- BEGIN test_loop --> <!-- BEGIN !block --> -loop#{loop.S_ROW_COUNT}-block#{block.S_ROW_COUNT} +loop#{test_loop.S_ROW_COUNT}-block#{block.S_ROW_COUNT} <!-- END !block --> -<!-- END loop --> +<!-- END test_loop --> |
