- Removed empty echo when strip_whitespace is enabled
[haanga.git] / tests / tmp / assert_templates / strip_whitespace.tpl.php
blob092c30286be113faab09378c6d7a03128cce9f9d
1 <?php
2 /* Generated from /home/crodas/projects/playground/haanga/tests/assert_templates/strip_whitespace.tpl */
3 function haanga_d7c4d5b38d3a7e0818e446612beff5c975ed8985($vars, $return=FALSE, $blocks=array())
5 global $test_global;
6 extract($vars);
7 if ($return == TRUE) {
8 ob_start();
10 if (empty($test_global) === FALSE) {
12 foreach ($test_global as $i) {
13 echo ' '.htmlentities($i).' '.htmlentities($i).' ';
17 echo ' <b> Texto laargo </b> <pre>
18 Este es un texto
20 con
21 espacios
23 </pre> Another text ';
24 if ($return == TRUE) {
25 return ob_get_clean();