- Reverted echo concatenation instead of multiple parameters (It was correct before...
commite49c2745fcb7c7c0856ea3d3e06e54d527e4bd23
authorCésar D. Rodas <crodas@php.net>
Sat, 14 Aug 2010 23:50:04 +0000 (14 19:50 -0400)
committerCésar D. Rodas <crodas@php.net>
Sat, 14 Aug 2010 23:50:04 +0000 (14 19:50 -0400)
tree72fce1c1017d92a78824d2c76c9af80f7c85e43d
parenta2a5b121eac1b03e435ee14df95566f80f8a10bc
- Reverted echo concatenation instead of multiple parameters (It was correct before, reported by @mooontes twitter.com/mooontes/status/21186218095)
41 files changed:
lib/Haanga.php
lib/Haanga/Generator/PHP.php
tests/tmp/assert_templates/autoescape.tpl.php
tests/tmp/assert_templates/base.tpl.php
tests/tmp/assert_templates/custom_tag.tpl.php
tests/tmp/assert_templates/cycle.tpl.php
tests/tmp/assert_templates/dummy.tpl.php
tests/tmp/assert_templates/empty_loop.tpl.php
tests/tmp/assert_templates/exec.tpl.php
tests/tmp/assert_templates/filter.tpl.php
tests/tmp/assert_templates/first_of.tpl.php
tests/tmp/assert_templates/global.tpl.php
tests/tmp/assert_templates/if_else_simple.tpl.php
tests/tmp/assert_templates/ifchanged.tpl.php
tests/tmp/assert_templates/ifequals.tpl.php
tests/tmp/assert_templates/in.tpl.php
tests/tmp/assert_templates/inheritence_nested_block.tpl.php
tests/tmp/assert_templates/inheritence_nested_block_duplicated.tpl.php
tests/tmp/assert_templates/inline.tpl.php
tests/tmp/assert_templates/intval.tpl.php
tests/tmp/assert_templates/join.tpl.php
tests/tmp/assert_templates/load.tpl.php
tests/tmp/assert_templates/loop.tpl.php
tests/tmp/assert_templates/loop_object.tpl.php
tests/tmp/assert_templates/nested_block.tpl.php
tests/tmp/assert_templates/nested_block_second_parent.tpl.php
tests/tmp/assert_templates/nested_block_second_parent_override.tpl.php
tests/tmp/assert_templates/object.tpl.php
tests/tmp/assert_templates/partial.tpl.php
tests/tmp/assert_templates/pluralize.tpl.php
tests/tmp/assert_templates/regroup.tpl.php
tests/tmp/assert_templates/spaceless.tpl.php
tests/tmp/assert_templates/strip_whitespace.tpl.php
tests/tmp/assert_templates/subtemplate.tpl.php
tests/tmp/assert_templates/templatetag.tpl.php
tests/tmp/assert_templates/title.tpl.php
tests/tmp/assert_templates/trans.tpl.php
tests/tmp/assert_templates/truncatewords.tpl.php
tests/tmp/assert_templates/try_include.tpl.php
tests/tmp/assert_templates/variable_existe.tpl.php
tests/tmp/assert_templates/with.tpl.php