Problem/Motivation

When I ran my site through the W3C Validator (https://validator.w3.org/), I got the following error:

Line 33, Column 20114: The “aria-labelledby” attribute must point to an element in the same document.
twig' -->

This is caused by there being no id for the arialabelledby value.

Steps to reproduce

Use a mini pager in Drulma and run the W3C validator.

Proposed resolution

Patch incoming.

Comments

ptmkenny created an issue. See original summary.

ptmkenny’s picture

Status: Active » Needs review
StatusFileSize
new716 bytes

I edited the HTML to match what Views does by default.

rodrigoaguilera’s picture

Status: Needs review » Fixed

Weird. I probably deleted that part by accident when copying the template from the views module.

Thanks for fixing

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.