diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html
index 45566d1d8f0af5aed26b0e39bd2f2e730e745ec8..746833e5092a795331bc934dfe4a15308dabd65d 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html
@@ -2,12 +2,12 @@
 <div class="form-editor">
     <div class="t3-form-control-group form-group">
         <label data-random-id data-random-id-attribute="for" data-random-id-number="1">
-            <span data-template-property="label" />
+            <span data-template-property="label"></span>
             <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
                 <input data-random-id data-random-id-attribute="id" data-random-id-number="1" type="checkbox" />
             </div>
         </label>
-        <span class="inspector-editor-hint" data-template-property="fieldExplanationText" />
+        <span class="inspector-editor-hint" data-template-property="fieldExplanationText"></span>
     </div>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CollectionElementHeaderEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CollectionElementHeaderEditor.html
index 579e647815ed9b247c4d1574fb1636acb7130c9b..799be42c6e6316e7a0d4406fe77b027c3be08e3b 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CollectionElementHeaderEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CollectionElementHeaderEditor.html
@@ -1,7 +1,7 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
 <div class="t3-form-validator-editor">
     <h4 data-template-property="header-label">
-        <span data-template-property="label" />
+        <span data-template-property="label"></span>
     </h4>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/FinishersEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/FinishersEditor.html
index 5584791242fbbd7e43e6875b87a912bf3c48ea7d..c375a6efd24205ee5d30e14fb8a1ea18eb181602 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/FinishersEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/FinishersEditor.html
@@ -2,10 +2,10 @@
 <div class="form-editor">
     <div class="t3-form-control-group form-group">
         <label data-random-id data-random-id-attribute="for" data-random-id-number="1">
-            <span data-template-property="label" />
+            <span data-template-property="label"></span>
         </label>
         <div id="t3-form-add-finisher" class="t3-form-add-collection-element">
-            <select data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="selectOptions" class="form-control" />
+            <select data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="selectOptions" class="form-control"></select>
         </div>
     </div>
 </div>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/GridColumnViewPortConfigurationEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/GridColumnViewPortConfigurationEditor.html
index 13e34e1308c602ff8c425018b4e302ef54f1a535..10d35f626881dd6d97ff4d948608a947973d5c06 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/GridColumnViewPortConfigurationEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/GridColumnViewPortConfigurationEditor.html
@@ -1,17 +1,17 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
 <div class="form-editor">
     <div class="t3-form-control-group form-group" data-identifier="editorWrapper">
-        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label" /></label><br>
+        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label"></span></label><br>
         <div class="t3-form-controls btn-group" data-identifier="inspectorEditorControlsWrapper">
             <button type="button" class="btn btn-default" data-identifier="viewportButton"></button>
         </div>
     </div>
     <div class="t3-form-control-group form-group" data-template-property="numbersOfColumnsToUse">
-        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="numbersOfColumnsToUse-label" /></label>
+        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="numbersOfColumnsToUse-label"></span></label>
         <div class="t3-form-controls" data-identifier="numbersOfColumnsToUse-inspectorEditorControlsWrapper">
             <input data-random-id data-random-id-attribute="id" data-random-id-number="1" type="number" value="" data-template-property="numbersOfColumnsToUse-propertyPath" class="form-control">
         </div>
-        <span data-template-property="numbersOfColumnsToUse-fieldExplanationText" />
+        <span data-template-property="numbersOfColumnsToUse-fieldExplanationText"></span>
     </div>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MaximumFileSizeEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MaximumFileSizeEditor.html
index 972e21065d61b7ccdbac987e2b1c3a209f4e43df..4f43b86e0f42df7cbf59d3a9e58c9a942316523d 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MaximumFileSizeEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MaximumFileSizeEditor.html
@@ -5,7 +5,7 @@
 <f:if condition="{formvh:be.maximumFileSize()} > 0">
     <div class="t3-form-validator-editor">
         <div data-template-property="header-label" class="t3-form-control-group">
-            <span data-template-property="label" data-maximumFileSize="{formvh:be.maximumFileSize()}" class="inspector-editor-hint" />
+            <span data-template-property="label" data-maximumFileSize="{formvh:be.maximumFileSize()}" class="inspector-editor-hint"></span>
         </div>
     </div>
 </f:if>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MultiSelectEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MultiSelectEditor.html
index 6f00359206cadd737c88540bb4d8cdb6f17ffdc9..031ffc6b33fed17452cb1f62c42bb1682a6ba2b2 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MultiSelectEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/MultiSelectEditor.html
@@ -1,8 +1,8 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
 <div class="t3-form-control-group form-group">
-    <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label" /></label>
+    <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label"></span></label>
     <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
-        <select data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="selectOptions" class="form-control" multiple="multiple" />
+        <select data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="selectOptions" class="form-control" multiple="multiple"></select>
     </div>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/PropertyGridEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/PropertyGridEditor.html
index 355a9e10eb0c214abe18236760215f9b5d8759b7..ee99f7e1aad574a7edc95be88baef64041a81336 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/PropertyGridEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/PropertyGridEditor.html
@@ -1,7 +1,7 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
 <div class="form-editor">
     <div class="t3-form-control-group form-group property-grid">
-        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label" /></label>
+        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label"></span></label>
         <div data-editor="new-property-grid" data-template-property="newPropertyPath">
             <table class="table table-hover" data-identifier="propertyGridContainer">
                 <thead>
@@ -39,9 +39,9 @@
                 </tbody>
             </table>
         </div>
-        <div data-editor="property-grid" data-template-property="propertyPath" class="t3-form-grid" />
-        <span class="inspector-editor-hint" data-template-property="fieldExplanationText" />
-        <span data-template-property="validationErrors" />
+        <div data-editor="property-grid" data-template-property="propertyPath" class="t3-form-grid"></div>
+        <span class="inspector-editor-hint" data-template-property="fieldExplanationText"></span>
+        <span data-template-property="validationErrors"></span>
     </div>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/RequiredValidatorEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/RequiredValidatorEditor.html
index 31a2d16d0895ce09e47aa5d05cd363e4e2962a58..aca4e010f4643510df82d554bae3db35db79a5d3 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/RequiredValidatorEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/RequiredValidatorEditor.html
@@ -2,18 +2,18 @@
 <div class="form-editor">
     <div class="t3-form-control-group form-group" data-identifier="editorWrapper">
         <label data-random-id data-random-id-attribute="for" data-random-id-number="1">
-            <span data-template-property="label" />
+            <span data-template-property="label"></span>
             <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
                 <input data-random-id data-random-id-attribute="id" data-random-id-number="1" type="checkbox" />
             </div>
         </label>
     </div>
     <div class="t3-form-control-group form-group" data-template-property="validationErrorMessage">
-        <label data-random-id data-random-id-attribute="for" data-random-id-number="2"><span data-template-property="validationErrorMessage-label" /></label>
+        <label data-random-id data-random-id-attribute="for" data-random-id-number="2"><span data-template-property="validationErrorMessage-label"></span></label>
         <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
             <input data-random-id data-random-id-attribute="id" data-random-id-number="2" type="text" value="" data-template-property="validationErrorMessage-propertyPath" class="form-control">
         </div>
-        <span data-template-property="validationErrorMessage-fieldExplanationText" class="inspector-editor-hint" />
+        <span data-template-property="validationErrorMessage-fieldExplanationText" class="inspector-editor-hint"></span>
     </div>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/SingleSelectEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/SingleSelectEditor.html
index 78bfc16f4f970a2a95616f5b3bed4482582d472b..b4fcb59d8127f58e37dae1295fd37b6ebc17b1ce 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/SingleSelectEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/SingleSelectEditor.html
@@ -1,8 +1,8 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
 <div class="t3-form-control-group form-group">
-    <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label" /></label>
+    <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label"></span></label>
     <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
-        <select data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="selectOptions" class="form-control" />
+        <select data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="selectOptions" class="form-control"></select>
     </div>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextEditor.html
index 791bdbaa8ff71a164e91abae74d29239cf0f326f..c1288ee9cff7e0dd69905cc7e6b4df1185971896 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextEditor.html
@@ -1,7 +1,7 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
 <div class="form-editor">
     <div class="t3-form-control-group form-group">
-        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label" /></label>
+        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label"></span></label>
         <div class="input-group" data-identifier="inspectorEditorControlsGroup">
             <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
                 <input data-random-id data-random-id-attribute="id" data-random-id-number="1" type="text" value="" data-template-property="propertyPath" class="form-control">
@@ -17,8 +17,8 @@
                 </span>
             </span>
         </div>
-        <span class="inspector-editor-hint" data-template-property="fieldExplanationText" />
-        <span data-template-property="validationErrors" />
+        <span class="inspector-editor-hint" data-template-property="fieldExplanationText"></span>
+        <span data-template-property="validationErrors"></span>
     </div>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextareaEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextareaEditor.html
index 070c38e854c4a948b469bbda7c8b76c6282d4893..1ea6c5444d2af9927444c10b0358a8fe64c1f903 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextareaEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextareaEditor.html
@@ -1,11 +1,11 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
 <div class="form-editor">
     <div class="t3-form-control-group form-group">
-        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label" /></label>
+        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label"></span></label>
         <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
-            <textarea data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="propertyPath" class="form-control" />
+            <textarea data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="propertyPath" class="form-control"></textarea>
         </div>
-        <span class="inspector-editor-hint" data-template-property="fieldExplanationText" />
+        <span class="inspector-editor-hint" data-template-property="fieldExplanationText"></span>
     </div>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/Typo3WinBrowserEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/Typo3WinBrowserEditor.html
index e2deef3c006757e4cd16f8a06dc2a3563a4720a8..5f74057743fd06895e3d3040eb70ae9f1e90d388 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/Typo3WinBrowserEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/Typo3WinBrowserEditor.html
@@ -1,18 +1,18 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
 <div class="form-editor">
     <div class="t3-form-control-group form-group">
-        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label" /></label>
+        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label"></span></label>
         <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
             <input data-random-id data-random-id-attribute="id" data-random-id-number="1" type="text" value="" data-template-property="propertyPath" class="form-control" data-insert-target="">
             <div class="help-block">
                 <a href="#" data-template-property="onclick" class="btn btn-default">
                     <span class="t3js-icon icon icon-size-small icon-state-default icon-mimetypes-x-content-text" data-identifier="mimetypes-x-content-text">
-                        <span class="icon-markup" data-template-property="image" />
-                    </span> <span data-template-property="buttonLabel" />
+                        <span class="icon-markup" data-template-property="image"></span>
+                    </span> <span data-template-property="buttonLabel"></span>
                 </a>
             </div>
-            <span class="inspector-editor-hint" data-template-property="fieldExplanationText" />
-            <span data-template-property="validationErrors" />
+            <span class="inspector-editor-hint" data-template-property="fieldExplanationText"></span>
+            <span data-template-property="validationErrors"></span>
         </div>
     </div>
 </div>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidationErrorMessageEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidationErrorMessageEditor.html
index 92af367a41bebce0d0502e18e21f2740a814b211..170d3187aba55ad1cbcdab6aeeda158f7017a659 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidationErrorMessageEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidationErrorMessageEditor.html
@@ -1,13 +1,13 @@
 <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
 <div class="form-editor">
     <div class="t3-form-control-group form-group">
-        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label" /></label>
+        <label data-random-id data-random-id-attribute="for" data-random-id-number="1"><span data-template-property="label"></span></label>
         <div data-identifier="inspectorEditorControlsGroup">
             <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
                 <input data-random-id data-random-id-attribute="id" data-random-id-number="1" type="text" value="" data-template-property="propertyPath" class="form-control">
             </div>
         </div>
-        <span class="inspector-editor-hint" data-template-property="fieldExplanationText" />
+        <span class="inspector-editor-hint" data-template-property="fieldExplanationText"></span>
     </div>
 </div>
 </html>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidatorsEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidatorsEditor.html
index 67c20125d64d1d4554ed660abed9b539a02f7957..606bd3c9bf58440e8dad0b83e24e2af7f25d36d2 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidatorsEditor.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/ValidatorsEditor.html
@@ -2,10 +2,10 @@
 <div class="form-editor">
     <div class="t3-form-control-group form-group">
         <label data-random-id data-random-id-attribute="for" data-random-id-number="1">
-            <span data-template-property="label" />
+            <span data-template-property="label"></span>
         </label>
         <div id="t3-form-add-validator" class="t3-form-add-collection-element" data-template-property="selectOptionsContainer">
-            <select data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="selectOptions" class="form-control" />
+            <select data-random-id data-random-id-attribute="id" data-random-id-number="1" data-template-property="selectOptions" class="form-control"></select>
         </div>
     </div>
 </div>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/ContentElement.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/ContentElement.html
index 188e8f39c0e536849de1a5391d5a4ac0cd65ff08..0452a00858749985d8bb8f863fa125e911034fe6 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/ContentElement.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/ContentElement.html
@@ -14,7 +14,7 @@
             </div>
         </div>
         <div class="element-content">
-            <div data-template-property="properties.contentElementUid" />
+            <div data-template-property="properties.contentElementUid"></div>
         </div>
     </div>
     <div class="t3-form-validator-info" data-identifier="validators">
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/FileUploadTemplate.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/FileUploadTemplate.html
index 36064f4177bb780470db03875386f3defa649f1b..0936a780d19df0843dca82ee6eff51a44fa48ccc 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/FileUploadTemplate.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/FileUploadTemplate.html
@@ -14,9 +14,9 @@
             </div>
         </div>
         <div class="element-content">
-            <div data-template-property="properties.saveToFileMount" />
+            <div data-template-property="properties.saveToFileMount"></div>
             <div data-identifier="multiValueContainer" data-template-property="properties.allowedMimeTypes">
-                <div data-template-property="_value" />
+                <div data-template-property="_value"></div>
             </div>
         </div>
     </div>
diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/StaticText.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/StaticText.html
index 0294a305d905397c9a4ff8fe149920ddf387ea3d..28cbda361946a874b437287321b6cd12443eea2f 100644
--- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/StaticText.html
+++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Stage/StaticText.html
@@ -14,7 +14,7 @@
             </div>
         </div>
         <div class="element-content">
-            <div data-template-property="properties.text" />
+            <div data-template-property="properties.text"></div>
         </div>
     </div>
     <div class="t3-form-validator-info" data-identifier="validators">