diff --git a/lib/PhpReports/PhpReports.php b/lib/PhpReports/PhpReports.php index db09a469..9247769c 100644 --- a/lib/PhpReports/PhpReports.php +++ b/lib/PhpReports/PhpReports.php @@ -202,7 +202,7 @@ public static function displayReport($report,$type) { } catch(Exception $e) { echo self::render('html/page',array( - 'title'=>'Report: '.$report, + 'title'=>'Report', 'header'=>'

'.$error_header.'

', 'error'=>$e->getMessage(), 'content'=>$content,