X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/57e8dc53a949fc316fdf9dc0e32eaa988a34cff2..dc7fa6a889522c193cbf5cb2cdad6b33a3c7333c:/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php diff --git a/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php b/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php index 362508139457..95a2283aa86d 100644 --- a/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php @@ -326,8 +326,8 @@ abstract class AbstractFormElement { $onlyIfSelectedJS = 'if (!TBE_EDITOR.curSelected(\'' . $itemName . $listFlag . '\')){' . 'alert(' . GeneralUtility::quoteJSvalue($notSelectedText) . ');' . - 'return false; . - }'; + 'return false;' . + '}'; } $aOnClick = 'this.blur();' .