Skip to content

Commit 06cfe07

Browse files
Merge pull request #936 from redis/DOC-4608-lettuce-breaks-code-tabs
DOC-4608 can't switch Java tabs in published build
2 parents 51b82aa + fb5a740 commit 06cfe07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/tabbed-clients-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{{ end }}
3636
{{ $params := dict "language" $language "contentPath" $examplePath "options" $options }}
3737
{{ $content := partial "tabs/source.html" $params }}
38-
{{ $tabs = $tabs | append (dict "title" $client "language" $language "quickstartSlug" $quickstartSlug "content" $content "sourceUrl" (index $example "sourceUrl")) }}
38+
{{ $tabs = $tabs | append (dict "title" $client "language" $client "quickstartSlug" $quickstartSlug "content" $content "sourceUrl" (index $example "sourceUrl")) }}
3939
{{ end }}
4040
{{ end }}
4141

0 commit comments

Comments
 (0)