aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop_size.html
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-14 14:10:11 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-23 09:26:50 -0500
commitc0b9db1c626c88780b2ee5f5a237561a125c54aa (patch)
tree4ba9af94d6d7c2aa2aef8baa580dface68d00bfd /tests/template/templates/loop_size.html
parent0d31420ae099b9284c6240bfbda0f03f1be155c1 (diff)
downloadforums-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_size.html')
-rw-r--r--tests/template/templates/loop_size.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/template/templates/loop_size.html b/tests/template/templates/loop_size.html
index 8f581cef10..2b1fcd2dd4 100644
--- a/tests/template/templates/loop_size.html
+++ b/tests/template/templates/loop_size.html
@@ -22,18 +22,18 @@
! empty
<!-- ENDIF -->
-<!-- IF .loop -->
+<!-- IF .test_loop -->
loop
<!-- ENDIF -->
-<!-- IF .loop == 0 -->
+<!-- IF .test_loop == 0 -->
loop = 0
<!-- ENDIF -->
-<!-- IF ! .loop -->
+<!-- IF ! .test_loop -->
! loop
<!-- ENDIF -->
-<!-- BEGIN loop -->
+<!-- BEGIN test_loop -->
in loop
-<!-- END loop -->
+<!-- END test_loop -->