diff --git a/code/reports/Report.php b/code/reports/Report.php index 9e14f348..c7cd5c28 100644 --- a/code/reports/Report.php +++ b/code/reports/Report.php @@ -296,7 +296,7 @@ class SS_Report extends ViewableData { return sprintf( '%s', Controller::join_links(singleton('CMSPageEditController')->Link('show'), $item->ID), - Convert::raw2xml($value) + $value ); }; }