diff --git a/core/modules/system/templates/tablesort-indicator.html.twig b/core/modules/system/templates/tablesort-indicator.html.twig index 27c8479..c19c5bf 100644 --- a/core/modules/system/templates/tablesort-indicator.html.twig +++ b/core/modules/system/templates/tablesort-indicator.html.twig @@ -4,9 +4,9 @@ * Default theme implementation for displaying a tablesort indicator. * * Available variables: + * - attributes: HTML attributes for the img tag. * - style: Either 'asc' or 'desc', indicating the sorting direction. * - uri: URI to ascending or descending image. - * - attributes: HTML attributes for the img tag. * * @see template_preprocess() * @see template_preprocess_tablesort_indicator()