Issue #1716908 by aspilicious, tim.plunkett: Follow-up to using the new attributes system in D8.

8.0.x
aspilicious 2012-08-07 10:44:08 -04:00 committed by Tim Plunkett
parent 4daa01cb89
commit 77c5714ca0
1 changed files with 1 additions and 1 deletions

View File

@ -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; ?>