diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-01 11:58:16 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-01 11:58:16 -0500 |
| commit | 8c75d1c1bc494220bed313e542902cdc22c5336f (patch) | |
| tree | e58989d5ab61f8cf1f5fa4427f4a6e28b4839285 /tests/template/templates/loop_underscore.html | |
| parent | ddaccaf63e8ae7ff5bd13b187fa40f3d089f02f0 (diff) | |
| download | forums-8c75d1c1bc494220bed313e542902cdc22c5336f.tar forums-8c75d1c1bc494220bed313e542902cdc22c5336f.tar.gz forums-8c75d1c1bc494220bed313e542902cdc22c5336f.tar.bz2 forums-8c75d1c1bc494220bed313e542902cdc22c5336f.tar.xz forums-8c75d1c1bc494220bed313e542902cdc22c5336f.zip | |
[feature/twig] Fix template_test.php
Various tests were broken completely, and some things such as whitespace
changed with Twig
PHPBB3-11598
Diffstat (limited to 'tests/template/templates/loop_underscore.html')
| -rw-r--r-- | tests/template/templates/loop_underscore.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/templates/loop_underscore.html b/tests/template/templates/loop_underscore.html index dafce5dea6..4001007868 100644 --- a/tests/template/templates/loop_underscore.html +++ b/tests/template/templates/loop_underscore.html @@ -2,7 +2,7 @@ loop <!-- BEGINELSE --> noloop -<!-- END loop --> +<!-- END _underscore_loop --> <!-- IF ._underscore_loop --> loop |
