Skip to content

Commit 8478c69

Browse files
DOC-2289 try renaming data-lang for C#
1 parent 807f1d4 commit 8478c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/tabs/wrapper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{ range $i, $tab := $tabs }}
1313
{{ $tid := printf "%s_%s" (replace (replace (index $tab "title") "#" "sharp") "." "") $id }}
1414
{{ $pid := printf "panel_%s" $tid }}
15-
<input tabindex="1" type="radio" name="{{ $id }}" id="{{ $tid }}" data-lang="{{ index $tab "language" }}" class="radiotab w-0 h-0"
15+
<input tabindex="1" type="radio" name="{{ $id }}" id="{{ $tid }}" data-lang="{{ replace (index $tab "language") "C#" "dotnet" }}" class="radiotab w-0 h-0"
1616
{{ if eq $i 0 }}checked{{ end }}
1717
/>
1818
<label class="justify-left label ml-4 pt-3.5 px-3 pb-1 cursor-pointer text-sm text-center bg-redis-ink-900

0 commit comments

Comments
 (0)