API page: https://api.drupal.org/api/drupal/modules!node!node.tpl.php/7
This variable is not documented:
<div class="content"<?php print $content_attributes; ?>>
I'm not sure anything gets put in it by core though...
API page: https://api.drupal.org/api/drupal/modules!node!node.tpl.php/7
This variable is not documented:
<div class="content"<?php print $content_attributes; ?>>
I'm not sure anything gets put in it by core though...
Comments
Comment #1
laughnanYes, doesn't seem like core is placing any values into the $content_attributes (from what I could see in node.module).
Comment #2
jhodgdonShould be fixed on Drupal 8 node.html.twig first, and yes I think it should be documented since it is in the template.
Note that the Bartik copies of these templates unfortunately duplicate the documentation.
Comment #3
David Hernández commentedWorking on it.
Comment #4
David Hernández commentedI'm closing this issue, marking it as duplicated, there is other issue where this is being handled: https://www.drupal.org/node/569362
Comment #5
David Hernández commentedI'm closing this issue, marking it as duplicated, there is other issue where this is being handled: https://www.drupal.org/node/569362