From 4b5107814c13d1904e1709beaa3ce982676b25d3 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 24 Jan 2023 17:13:05 +0100 Subject: [PATCH] Shortcode 'tabpane': fix --- layouts/shortcodes/tabpane.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/tabpane.html b/layouts/shortcodes/tabpane.html index 8675ecb15b..ae2f55f3d9 100644 --- a/layouts/shortcodes/tabpane.html +++ b/layouts/shortcodes/tabpane.html @@ -87,7 +87,7 @@ + aria-controls="{{- $entryid -}}" aria-selected="{{- cond ( and ( not $activeSet ) ( not $disabled ) ) "true" "false" -}}"> {{ index . "header" | markdownify }}