mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
Fix bugify.
This commit is contained in:
committed by
XhmikosR
parent
04a58887cd
commit
69e18b9634
@@ -1,4 +1,4 @@
|
||||
{{- $words := (split .Inner " ") -}}
|
||||
{{- $words := (split . " ") -}}
|
||||
|
||||
{{- range $word := $words -}}
|
||||
{{- if (strings.Contains $word "#") -}}
|
Reference in New Issue
Block a user