Skip to content

Commit

Permalink
Remove a space previous a tooltip text (kubernetes#17194)
Browse files Browse the repository at this point in the history
* Remove a space previous a tooltip text

* Improve format
  • Loading branch information
bells17 authored and k8s-ci-robot committed Nov 6, 2019
1 parent fabfd3f commit 5306b4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layouts/partials/docs/glossary-terms.html
Expand Up @@ -3,7 +3,9 @@
{{ $pages := $glossaryBundle.Resources.ByType "page" }}
{{- range site.Params.language_alternatives -}}
{{- with (where $glossaryBundle.Translations ".Lang" . ) -}}
{{ $p := (index . 0) }}{{ $pages = $pages | lang.Merge ($p.Resources.ByType "page") }}{{ end }}
{{- $p := (index . 0) -}}
{{- $pages = $pages | lang.Merge ($p.Resources.ByType "page") -}}
{{- end -}}
{{ end }}
{{- $.Scratch.Set "glossary_items" $pages -}}
{{- else -}}
Expand Down

0 comments on commit 5306b4e

Please sign in to comment.