diff --git a/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php b/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php index d5dda7a..b31decb 100644 --- a/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php +++ b/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php @@ -56,7 +56,7 @@ public function testBulkForm() { $this->drupalGet('test_bulk_form'); // Test that the views edit header appears first. - $first_form_element = $this->xpath('//form/div/div[1][@id = :id]', array(':id' => 'edit-header')); + $first_form_element = $this->xpath('//form/div[1][@id = :id]', array(':id' => 'edit-header')); $this->assertTrue($first_form_element, 'The views form edit header appears first.'); $this->assertFieldById('edit-action', NULL, 'The action select field appears.'); 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 */ #} -
{{ children }}
+ + {{ children }} +