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_size.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_size.html')
| -rw-r--r-- | tests/template/templates/loop_size.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/templates/loop_size.html b/tests/template/templates/loop_size.html index f1938441df..8f581cef10 100644 --- a/tests/template/templates/loop_size.html +++ b/tests/template/templates/loop_size.html @@ -36,4 +36,4 @@ <!-- BEGIN loop --> in loop -<!-- END --> +<!-- END loop --> |
