From 305387c25d6ef2da352e9c194f20e61695b516fb Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 25 Oct 2021 11:29:15 -0400 Subject: hugo-pt2021/layouts/shortcodes/table.html: s/arial-/aria-/ --- themes/hugo-pt2021/layouts/shortcodes/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-pt2021/layouts/shortcodes/table.html b/themes/hugo-pt2021/layouts/shortcodes/table.html index 1493a9b..ec511bd 100644 --- a/themes/hugo-pt2021/layouts/shortcodes/table.html +++ b/themes/hugo-pt2021/layouts/shortcodes/table.html @@ -97,7 +97,7 @@ the search config path is: {{/* table tooltip and ARIA label */}} title='{{- default $table.name $table.tip -}}' - arial-label='{{- default $table.name $table.tip -}}' + aria-label='{{- default $table.name $table.tip -}}' > {{- if $table.caption -}} {{/* render caption */}} -- cgit v1.2.3