diff --git a/core/modules/system/templates/form.html.twig b/core/modules/system/templates/form.html.twig
index b95fe71..2cd1e95 100644
--- a/core/modules/system/templates/form.html.twig
+++ b/core/modules/system/templates/form.html.twig
@@ -12,4 +12,6 @@
  * @ingroup themeable
  */
 #}
-<form{{ attributes }}><div>{{ children }}</div></form>
+<form{{ attributes }}>
+  {{ children }}
+</form>
