diff --git a/dynamic/search-results.html b/dynamic/search-results.html index 1a11d76..1098dc3 100644 --- a/dynamic/search-results.html +++ b/dynamic/search-results.html @@ -14,15 +14,17 @@

{{ printf "%.200s" .Desc }}

-

- {{ $isMatch := false }} - {{ range .Frag }} - {{ if $isMatch }}{{ end -}} - {{ printf . }} - {{- if $isMatch }}{{ end }} - {{ $isMatch = (not $isMatch) }} - {{ end }} -

+

+ + {{- $isMatch := false -}} + {{- range .Frag -}} + {{- if $isMatch }}{{ end -}} + {{- printf . -}} + {{- if $isMatch }}{{ end -}} + {{- $isMatch = (not $isMatch) -}} + {{- end -}} + +

{{- end }}