From eba6b39bc1c02d8ec65bcf5fc16d97a96ea937b5 Mon Sep 17 00:00:00 2001 From: LammensJ <LammensJ@1939186.no-reply.drupal.org> Date: Tue, 13 Feb 2018 22:23:07 -0500 Subject: [PATCH] Issue #2923071 by LammensJ: Buttons without value-attribute --- templates/form/input--submit.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/form/input--submit.html.twig b/templates/form/input--submit.html.twig index 9b84241..d4dbdaa 100644 --- a/templates/form/input--submit.html.twig +++ b/templates/form/input--submit.html.twig @@ -10,4 +10,4 @@ * @see template_preprocess_input() */ #} -<button{{ attributes|without('value') }}>{{ attributes.value }}</button>{{ children }} +<button{{ attributes }}>{{ attributes.value }}</button>{{ children }} -- GitLab