diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-25 11:29:15 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-25 11:29:15 -0400 |
commit | 305387c25d6ef2da352e9c194f20e61695b516fb (patch) | |
tree | 762e29ff6f1a678c3ac5b8712323a865d8a7a8fb /themes/hugo-pt2021/layouts/shortcodes | |
parent | 92a1fb5ce4b83f975ff404fc79acf145853cb128 (diff) | |
download | pablotron.org-305387c25d6ef2da352e9c194f20e61695b516fb.tar.bz2 pablotron.org-305387c25d6ef2da352e9c194f20e61695b516fb.zip |
hugo-pt2021/layouts/shortcodes/table.html: s/arial-/aria-/
Diffstat (limited to 'themes/hugo-pt2021/layouts/shortcodes')
-rw-r--r-- | themes/hugo-pt2021/layouts/shortcodes/table.html | 2 |
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 */}} |