Issue #1716908 by aspilicious, tim.plunkett: Follow-up to using the new attributes system in D8.
parent
4daa01cb89
commit
77c5714ca0
|
@ -27,7 +27,7 @@
|
|||
* @ingroup views_templates
|
||||
*/
|
||||
?>
|
||||
<div class="<?php print $classes; ?>">
|
||||
<div <?php print $attributes; ?>>
|
||||
<?php if ($header): ?>
|
||||
<div class="view-header">
|
||||
<?php print $header; ?>
|
||||
|
|
Loading…
Reference in New Issue