Remove extraneous linefeed that was leading to extra whitespace in the HTML.

This commit is contained in:
mtail 2019-07-05 04:31:34 -07:00
parent 49981eebc4
commit 664bcb81af
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@
{{- errorf "Could not find glossary entry for '%s' (%s)" $gloss_entry $position -}}
{{- end -}}
<span class="term" data-title="{{- $title }}" data-body="{{- $dfn | string -}}">{{ $term }}</span>
<span class="term" data-title="{{- $title }}" data-body="{{- $dfn | string -}}">{{ $term }}</span>