Skip to content
Snippets Groups Projects
Unverified Commit 54c98107 authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Transcription : correction de l'id d'aria-control (#766)

parent 95f9726b
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
{{ $id := printf "block-%d-transcription" $block_index}}
{{ $title := .title | default ( i18n "commons.accessibility.transcription" ) }}
<div class="transcription">
<details id="{{$id}}">
<summary aria-controls="#{{ $id }}" aria-expanded="false">{{ $title }}</summary>
<details id="{{- $id -}}">
<summary aria-controls="{{- $id -}}" aria-expanded="false">{{ $title }}</summary>
{{- $transcription := partial "PrepareHTML" .transcription -}}
{{ safeHTML $transcription }}
</details>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment