diff --git a/code/Report.php b/code/Report.php index 2491dfe9..38078a90 100644 --- a/code/Report.php +++ b/code/Report.php @@ -169,11 +169,12 @@ class SS_Report extends ViewableData { */ function getCMSFields() { $fields = new FieldSet( - new LiteralField('ReportTitle', "

{$this->title()}

All times are in the server timezone, unless otherwise specified

") + new LiteralField( + 'ReportTitle', + "

{$this->title()}

" + ) ); - // $fields->push(); - if($this->description) $fields->push( new LiteralField('ReportDescription', "

{$this->description}

"));