diff --git a/code/Controllers/CMSMain.php b/code/Controllers/CMSMain.php index 0d47c442..df619ea8 100644 --- a/code/Controllers/CMSMain.php +++ b/code/Controllers/CMSMain.php @@ -2141,7 +2141,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr foreach ($forms as $urlSegment => $html) { $pageHtml .= '
'; } - return new LiteralField('BatchActionParameters', ' '); + return new LiteralField('BatchActionParameters', ' '); } /**