diff --git a/core/lib/Drupal/Core/Menu/MenuLinkTree.php b/core/lib/Drupal/Core/Menu/MenuLinkTree.php index 56e1215..6307c49 100644 --- a/core/lib/Drupal/Core/Menu/MenuLinkTree.php +++ b/core/lib/Drupal/Core/Menu/MenuLinkTree.php @@ -245,7 +245,7 @@ protected function buildItems(array $tree, CacheableMetadata &$tree_access_cache } $element = []; - // Set a variable for the
  • -tag. Only set 'expanded' to true if the + // Set a variable for the
  • tag. Only set 'expanded' to true if the // link also has visible children within the current tree. $element['is_expanded'] = FALSE; $element['is_collapsed'] = FALSE; diff --git a/core/modules/book/src/BookManager.php b/core/modules/book/src/BookManager.php index 76d3e65..e6e2588 100644 --- a/core/modules/book/src/BookManager.php +++ b/core/modules/book/src/BookManager.php @@ -545,7 +545,7 @@ protected function buildItems(array $tree) { if (!$data['link']['access']) { continue; } - // Set a class for the
  • -tag. Since $data['below'] may contain local + // Set a class for the
  • tag. Since $data['below'] may contain local // tasks, only set 'expanded' to true if the link also has children within // the current book. $element['is_expanded'] = FALSE; diff --git a/core/modules/book/templates/book-tree.html.twig b/core/modules/book/templates/book-tree.html.twig index 9aa60be..bf7424f 100644 --- a/core/modules/book/templates/book-tree.html.twig +++ b/core/modules/book/templates/book-tree.html.twig @@ -36,14 +36,14 @@ {% else %} {% endif %} {% endmacro %} diff --git a/core/modules/system/templates/menu.html.twig b/core/modules/system/templates/menu.html.twig index 5d26fa1..03704f2 100644 --- a/core/modules/system/templates/menu.html.twig +++ b/core/modules/system/templates/menu.html.twig @@ -36,14 +36,14 @@ {% else %} {% endif %} {% endmacro %} diff --git a/core/modules/toolbar/templates/menu--toolbar.html.twig b/core/modules/toolbar/templates/menu--toolbar.html.twig index 5a6ba20..659e8f5 100644 --- a/core/modules/toolbar/templates/menu--toolbar.html.twig +++ b/core/modules/toolbar/templates/menu--toolbar.html.twig @@ -36,22 +36,22 @@ {% else %} {% endif %} {% endmacro %} diff --git a/core/themes/classy/templates/navigation/book-tree.html.twig b/core/themes/classy/templates/navigation/book-tree.html.twig index 8e4e05e..186a547 100644 --- a/core/themes/classy/templates/navigation/book-tree.html.twig +++ b/core/themes/classy/templates/navigation/book-tree.html.twig @@ -34,22 +34,22 @@ {% else %} {% endif %} {% endmacro %}