[BUGFIX] Use correctly terminated HTML block elements
Using `<div />` as template to be used in jQuery worked previously, but is not supported with jQuery 3.5.x anymore. Occurences are now using correct expanded tags like `<div></div>`. Resolves: #91367 Releases: master, 9.5 Change-Id: I088481e607b4621e28550f79f065496c89b409d1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64479 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Sebastien Convers <sebastien.convers@agrosupdijon.fr> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html 2 additions, 2 deletions...Backend/Partials/FormEditor/Inspector/CheckboxEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CollectionElementHeaderEditor.html 1 addition, 1 deletion...s/FormEditor/Inspector/CollectionElementHeaderEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/FinishersEditor.html 2 additions, 2 deletions...ackend/Partials/FormEditor/Inspector/FinishersEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/GridColumnViewPortConfigurationEditor.html 3 additions, 3 deletions...itor/Inspector/GridColumnViewPortConfigurationEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MaximumFileSizeEditor.html 1 addition, 1 deletion.../Partials/FormEditor/Inspector/MaximumFileSizeEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MultiSelectEditor.html 2 additions, 2 deletions...kend/Partials/FormEditor/Inspector/MultiSelectEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/PropertyGridEditor.html 4 additions, 4 deletions...end/Partials/FormEditor/Inspector/PropertyGridEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/RequiredValidatorEditor.html 3 additions, 3 deletions...artials/FormEditor/Inspector/RequiredValidatorEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/SingleSelectEditor.html 2 additions, 2 deletions...end/Partials/FormEditor/Inspector/SingleSelectEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextEditor.html 3 additions, 3 deletions...ate/Backend/Partials/FormEditor/Inspector/TextEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextareaEditor.html 3 additions, 3 deletions...Backend/Partials/FormEditor/Inspector/TextareaEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/Typo3WinBrowserEditor.html 5 additions, 5 deletions.../Partials/FormEditor/Inspector/Typo3WinBrowserEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidationErrorMessageEditor.html 2 additions, 2 deletions...ls/FormEditor/Inspector/ValidationErrorMessageEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidatorsEditor.html 2 additions, 2 deletions...ckend/Partials/FormEditor/Inspector/ValidatorsEditor.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/ContentElement.html 1 addition, 1 deletion...ate/Backend/Partials/FormEditor/Stage/ContentElement.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/FileUploadTemplate.html 2 additions, 2 deletions...Backend/Partials/FormEditor/Stage/FileUploadTemplate.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/StaticText.html 1 addition, 1 deletion...Private/Backend/Partials/FormEditor/Stage/StaticText.html
Please register or sign in to comment