We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807f1d4 commit 8478c69Copy full SHA for 8478c69
layouts/partials/tabs/wrapper.html
@@ -12,7 +12,7 @@
12
{{ range $i, $tab := $tabs }}
13
{{ $tid := printf "%s_%s" (replace (replace (index $tab "title") "#" "sharp") "." "") $id }}
14
{{ $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"
+ <input tabindex="1" type="radio" name="{{ $id }}" id="{{ $tid }}" data-lang="{{ replace (index $tab "language") "C#" "dotnet" }}" class="radiotab w-0 h-0"
16
{{ if eq $i 0 }}checked{{ end }}
17
/>
18
<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