diff options
| author | Nils Adermann <naderman@naderman.de> | 2014-05-03 00:20:37 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2014-05-03 00:20:37 +0200 |
| commit | c5660ed177d05cd1139546833b2888115ec15ce8 (patch) | |
| tree | de7346ee85cc94ffe574c16fe99da1fad18c1d93 /tests/template/templates/loop_nested_include1.html | |
| parent | d18f19a3bbe764218f391932464e841b3f554c73 (diff) | |
| download | forums-c5660ed177d05cd1139546833b2888115ec15ce8.tar forums-c5660ed177d05cd1139546833b2888115ec15ce8.tar.gz forums-c5660ed177d05cd1139546833b2888115ec15ce8.tar.bz2 forums-c5660ed177d05cd1139546833b2888115ec15ce8.tar.xz forums-c5660ed177d05cd1139546833b2888115ec15ce8.zip | |
[ticket/12382] Event loop nesting inclusion applies to regular includes too
PHPBB3-12382
Diffstat (limited to 'tests/template/templates/loop_nested_include1.html')
| -rw-r--r-- | tests/template/templates/loop_nested_include1.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template/templates/loop_nested_include1.html b/tests/template/templates/loop_nested_include1.html index 0f1a180b4d..88efffc99c 100644 --- a/tests/template/templates/loop_nested_include1.html +++ b/tests/template/templates/loop_nested_include1.html @@ -1,5 +1,5 @@ [{test_loop.foo}| -<!-- BEGIN inner --> +<!-- BEGIN test_loop.inner --> [{test_loop.foo}| {test_loop.inner.myinner}] -<!-- END inner -->] +<!-- END test_loop.inner -->] |
