diff --git a/core/modules/system/templates/links.html.twig b/core/modules/system/templates/links.html.twig index c559e7a..b1160b8 100644 --- a/core/modules/system/templates/links.html.twig +++ b/core/modules/system/templates/links.html.twig @@ -10,9 +10,9 @@ * - text: The link text. * - link: The link URL. If omitted, the 'title' is shown as a plain text * item in the links list. - * - attributes: (optional) HTML attributes for the li HTML element. - * - text_attributes: (optional) HTML attributes for the anchor, or for the - * tag if no 'link' is supplied. + * - attributes: (optional) HTML attributes for the list item element. + * - text_attributes: (optional) HTML attributes for the span element if no + * 'link' is supplied. * - heading: (optional) A heading to precede the links. * - text: The heading text. * - level: The heading level (e.g. 'h2', 'h3'). diff --git a/core/themes/classy/templates/navigation/links.html.twig b/core/themes/classy/templates/navigation/links.html.twig index a21743a..ac6911e 100644 --- a/core/themes/classy/templates/navigation/links.html.twig +++ b/core/themes/classy/templates/navigation/links.html.twig @@ -10,9 +10,9 @@ * - text: The link text. * - link: The link URL. If omitted, the 'title' is shown as a plain text * item in the links list. - * - attributes: (optional) HTML attributes for the li HTML element. - * - text_attributes: (optional) HTML attributes for the anchor, or for the - * tag if no 'link' is supplied. + * - attributes: (optional) HTML attributes for the list item element. + * - text_attributes: (optional) HTML attributes for the span element if no + * 'link' is supplied. * - heading: (optional) A heading to precede the links. * - text: The heading text. * - level: The heading level (e.g. 'h2', 'h3'). diff --git a/core/themes/stable/templates/navigation/links.html.twig b/core/themes/stable/templates/navigation/links.html.twig index a21743a..ac6911e 100644 --- a/core/themes/stable/templates/navigation/links.html.twig +++ b/core/themes/stable/templates/navigation/links.html.twig @@ -10,9 +10,9 @@ * - text: The link text. * - link: The link URL. If omitted, the 'title' is shown as a plain text * item in the links list. - * - attributes: (optional) HTML attributes for the li HTML element. - * - text_attributes: (optional) HTML attributes for the anchor, or for the - * tag if no 'link' is supplied. + * - attributes: (optional) HTML attributes for the list item element. + * - text_attributes: (optional) HTML attributes for the span element if no + * 'link' is supplied. * - heading: (optional) A heading to precede the links. * - text: The heading text. * - level: The heading level (e.g. 'h2', 'h3').