From 2d859f2c01294717ab9c9774741109bfd15ab202 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Wed, 15 Nov 2017 14:34:05 +0000 Subject: [PATCH] Issue #2923305 by Saviktor, tstoeckler, MaskOta: Module (un-)install tables have a useless "data-striping" attribute --- core/modules/system/templates/system-modules-details.html.twig | 2 +- .../modules/system/templates/system-modules-uninstall.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/system/templates/system-modules-details.html.twig b/core/modules/system/templates/system-modules-details.html.twig index e431c8e722f..24de0503c4b 100644 --- a/core/modules/system/templates/system-modules-details.html.twig +++ b/core/modules/system/templates/system-modules-details.html.twig @@ -24,7 +24,7 @@ * @ingroup themeable */ #} - +
diff --git a/core/modules/system/templates/system-modules-uninstall.html.twig b/core/modules/system/templates/system-modules-uninstall.html.twig index 180ca08e418..7b78a7951fd 100644 --- a/core/modules/system/templates/system-modules-uninstall.html.twig +++ b/core/modules/system/templates/system-modules-uninstall.html.twig @@ -23,7 +23,7 @@ #} {{ form.filters }} -
{{ 'Installed'|t }}
+
{{ 'Uninstall'|t }}