aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-25 11:29:15 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-25 11:29:15 -0400
commit305387c25d6ef2da352e9c194f20e61695b516fb (patch)
tree762e29ff6f1a678c3ac5b8712323a865d8a7a8fb /themes/hugo-pt2021/layouts
parent92a1fb5ce4b83f975ff404fc79acf145853cb128 (diff)
downloadpablotron.org-305387c25d6ef2da352e9c194f20e61695b516fb.tar.bz2
pablotron.org-305387c25d6ef2da352e9c194f20e61695b516fb.zip
hugo-pt2021/layouts/shortcodes/table.html: s/arial-/aria-/
Diffstat (limited to 'themes/hugo-pt2021/layouts')
-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 */}}