Issue #1806288 by dead_arm, mgifford: Fix duplicate ID's in Views HTML structure.

8.0.x
Alex Pott 2013-07-20 20:27:43 +01:00
parent b2b2a4444b
commit 1eb378f424
2 changed files with 1 additions and 7 deletions

View File

@ -196,12 +196,6 @@
/* @group Attachment collapsible details */
.views-display-columns details {
border: none;
margin: 0;
padding: 0;
}
.views-display-columns .details-wrapper {
padding: 0;
}

View File

@ -499,7 +499,7 @@ class ViewEditFormController extends ViewFormControllerBase implements EntityCon
'#type' => 'details',
'#title' => t('Advanced'),
'#collapsed' => TRUE,
'#theme_wrappers' => array('details', 'container'),
'#theme_wrappers' => array('details'),
'#attributes' => array(
'class' => array(
'views-display-column',