diff --git a/layouts/partials/programs/presentation.html b/layouts/partials/programs/presentation.html index 2d3893b74e62307847a64d7e2e33f795f90e06a8..a3076eda67e4911aeed3ee047343230e6f201afe 100644 --- a/layouts/partials/programs/presentation.html +++ b/layouts/partials/programs/presentation.html @@ -29,21 +29,21 @@ {{- $diploma := site.GetPage (printf "/diplomas/%s" .) -}} {{- with $diploma.Params.ects -}} <tr> - <th>{{ i18n "programs.ects_credits" }}</th> + <th scope="row">{{ i18n "programs.ects_credits" }}</th> <td>{{ partial "PrepareHTML" . }}</td> </tr> {{- end -}} {{- end -}} <tr> - <th>{{ i18n "programs.type.initial" }}</th> + <th scope="row">{{ i18n "programs.type.initial" }}</th> <td>{{ if .Params.initial }}{{ i18n "commons.true" }}{{ else }}{{ i18n "commons.false" }}{{ end }}</td> </tr> <tr> - <th>{{ i18n "programs.type.continuing" }}</th> + <th scope="row">{{ i18n "programs.type.continuing" }}</th> <td>{{ if .Params.continuing }}{{ i18n "commons.true" }}{{ else }}{{ i18n "commons.false" }}{{ end }}</td> </tr> <tr> - <th>{{ i18n "programs.type.apprenticeship" }}</th> + <th scope="row">{{ i18n "programs.type.apprenticeship" }}</th> <td>{{ if .Params.apprenticeship }}{{ i18n "commons.true" }}{{ else }}{{ i18n "commons.false" }}{{ end }}</td> </tr> {{- if partial "GetTextFromHTML" .Params.capacity -}}