aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts/shortcodes
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-pt2021/layouts/shortcodes')
-rw-r--r--themes/hugo-pt2021/layouts/shortcodes/table.html2
1 files changed, 1 insertions, 1 deletions
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 */}}