diff options
Diffstat (limited to 'lib/templates/template.go')
-rw-r--r-- | lib/templates/template.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/templates/template.go b/lib/templates/template.go index a2f35e2..21f7b35 100644 --- a/lib/templates/template.go +++ b/lib/templates/template.go @@ -116,6 +116,7 @@ func quote(text string) string { for _, line := range lines { if line == "" { quoted.WriteString(">\n") + continue } quoted.WriteString("> ") quoted.WriteString(line) |