From d25f856477223170b0de0b284252aa54b3e6255b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 29 Dec 2024 18:48:41 +0100 Subject: [PATCH] notice: avoid tab focus for non-expandable boxes #977 --- layouts/partials/shortcodes/notice.html | 2 +- layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/shortcodes/notice.html b/layouts/partials/shortcodes/notice.html index 3f64aea7aa..aadac44145 100644 --- a/layouts/partials/shortcodes/notice.html +++ b/layouts/partials/shortcodes/notice.html @@ -61,7 +61,7 @@ {{- printf " %s=%q" $k $v | safeHTMLAttr }} {{- end }} {{- end }}> - {{ if $expander }} + {{ if $expander }} {{ end }}{{ if $icon }} {{ end }}{{ if $title }} {{ $title | .RenderString }}{{ else }} diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index ac9f10e61b..7c5c74a55a 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.2.1+f1701957c30daae7cd133bec5a7968480563ce9f \ No newline at end of file +7.2.1+ec88e24f46955bcf1aa3f38ac143982eff08d8a6 \ No newline at end of file