outputhtml : display the result, not return it ! (and adapt the unit tests accordinally)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2372 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -89,7 +89,7 @@ EOT;
|
||||
foreach ($replacement as $key=>$val)
|
||||
$resView = str_replace ($key, $val, $resView);
|
||||
|
||||
return $resView;
|
||||
echo $resView;
|
||||
}
|
||||
|
||||
/** Get the layout and provide it the variables. The variables will be push in
|
||||
|
||||
Reference in New Issue
Block a user