1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

Fix bugify.

This commit is contained in:
Bjørn Erik Pedersen
2019-02-05 13:39:30 +02:00
committed by XhmikosR
parent 04a58887cd
commit 69e18b9634
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{{- $words := (split .Inner " ") -}}
{{- $words := (split . " ") -}}
{{- range $word := $words -}}
{{- if (strings.Contains $word "#") -}}