Issue by Saviktor, tstoeckler, MaskOta: Module (un-)install tables have a useless "data-striping" attribute

8.5.x
Nathaniel Catchpole 2017-11-15 14:34:05 +00:00
parent 2bd52f5d50
commit 2d859f2c01
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
* @ingroup themeable
*/
#}
<table class="responsive-enabled" data-striping="1">
<table class="responsive-enabled">
<thead>
<tr>
<th class="checkbox visually-hidden">{{ 'Installed'|t }}</th>

View File

@ -23,7 +23,7 @@
#}
{{ form.filters }}
<table class="responsive-enabled" data-striping="1">
<table class="responsive-enabled">
<thead>
<tr>
<th>{{ 'Uninstall'|t }}</th>