Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace sanitize with raw for legacy document list
`sanitize` was stripping out the `tabindex` attribute from the legacy document list markup provided by Whitehall. `sanitize` requires an allowlist of attributes, but a more future-proof option is to use `raw` since this is markup from a trusted source.
- Loading branch information