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', "
All times are in the server timezone, unless otherwise specified
") + new LiteralField( + 'ReportTitle', + "{$this->description}
"));