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/include_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/include_loop.html')
| -rw-r--r-- | tests/template/templates/include_loop.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/template/templates/include_loop.html b/tests/template/templates/include_loop.html index d5c3d9bc82..5cad34b363 100644 --- a/tests/template/templates/include_loop.html +++ b/tests/template/templates/include_loop.html @@ -1,4 +1,4 @@ -<!-- BEGIN loop --> -<!-- INCLUDE {loop.NESTED_FILE} --> -<!-- BEGIN inner -->_<!-- INCLUDE {inner.NESTED_FILE} --><!-- END inner --> -<!-- END loop --> +<!-- BEGIN test_loop --> +<!-- INCLUDE {test_loop.NESTED_FILE} --> +<!-- BEGIN inner -->_<!-- INCLUDE {test_loop.inner.NESTED_FILE} --><!-- END inner --> +<!-- END test_loop --> |
