From 5a5fcfea09eb77f5ce75116a67dd2e979970f48c Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 20 Jun 2011 16:28:27 +0000 Subject: print to standard output --- Report/HTML.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Report/HTML.php') diff --git a/Report/HTML.php b/Report/HTML.php index e1c052f..14340d2 100644 --- a/Report/HTML.php +++ b/Report/HTML.php @@ -21,6 +21,7 @@ class Report_HTML function render($r) { $ret = ''; + $working = ''; foreach ($r as $r1) { $lis = ''; foreach ($r1['values'] as $v) -- cgit v1.2.1