diff --git a/typo3/sysext/backend/Classes/Controller/EditDocumentController.php b/typo3/sysext/backend/Classes/Controller/EditDocumentController.php index 8c695dd3d603bb2acec89b308e13c668cfb17e14..4720e7f98593b0240c25b2fe182b89e863ee5493 100644 --- a/typo3/sysext/backend/Classes/Controller/EditDocumentController.php +++ b/typo3/sysext/backend/Classes/Controller/EditDocumentController.php @@ -1415,7 +1415,7 @@ class EditDocumentController extends AbstractModule // If only SOME fields are shown in the form, this will link the user to the FULL form: if ($this->columnsOnly) { $columnsOnlyButton = $buttonBar->makeLinkButton() - ->setHref(htmlspecialchars(($this->R_URI . '&columnsOnly='))) + ->setHref($this->R_URI . '&columnsOnly=') ->setTitle($lang->getLL('editWholeRecord', true)) ->setIcon($this->moduleTemplate->getIconFactory()->getIcon( 'actions-document-open',