aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-10 23:38:55 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-10 23:38:55 +0200
commitf07038a2e65bdf0a569c102d91b15cb3f7d35880 (patch)
tree276a1c8dbd5a6f15fb3f6f486dbed1f5e1707514 /internal
parent203a2845297ce8746dae1b300cb414f074c9c588 (diff)
downloadfeed2imap-go-f07038a2e65bdf0a569c102d91b15cb3f7d35880.tar.gz
feed2imap-go-f07038a2e65bdf0a569c102d91b15cb3f7d35880.tar.bz2
feed2imap-go-f07038a2e65bdf0a569c102d91b15cb3f7d35880.zip
Fixed linebreaks for Enclosures in text template
Diffstat (limited to 'internal')
-rw-r--r--internal/feed/template/text.tpl.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/feed/template/text.tpl.go b/internal/feed/template/text.tpl.go
index 0c10334..19aa9b2 100644
--- a/internal/feed/template/text.tpl.go
+++ b/internal/feed/template/text.tpl.go
@@ -11,11 +11,11 @@ const textTpl = `{{- /*gotype:github.com/Necoro/feed2imap-go/internal/feed.feedi
{{- with .TextBody -}}
{{.}}
{{ end -}}
-{{- with .Item.Enclosures -}}
-Files:
- {{- range . -}}
- {{- .URL}} ({{with .Length}}{{. | byteCount}}, {{end}}{{.Type}})
- {{- end -}}
+{{- with .Item.Enclosures}}
+Files:
+{{- range . }}
+ {{ .URL}} ({{with .Length}}{{. | byteCount}}, {{end}}{{.Type}})
+{{- end -}}
{{- end}}
--
Feed: {{ with .Feed.Title -}}{{.}}{{- end }}
/others/cgit.git/commit/ui-view.c?h=v0.8.3.1&id=df63119302910587e280d91dce67f6537a671f74&follow=1'>Move functions for generic object output into ui-view.cLars Hjemli4-34/+43 2006-12-11Move log-functions into ui-log.cLars Hjemli5-111/+121 2006-12-11Move repo summary functions into ui-summary.cLars Hjemli4-47/+59 2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli5-70/+90 2006-12-11Move common output-functions into ui-shared.cLars Hjemli4-82/+99 2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli4-28/+29 2006-12-11Avoid infinite loops in caching layerLars Hjemli3-14/+31 2006-12-11Let 'make install' clear all cachefilesLars Hjemli1-0/+2 2006-12-11Fix cache algorithm loopholeLars Hjemli3-11/+16 2006-12-10Add version identifier in generated filesLars Hjemli2-9/+14 2006-12-10Add license file and copyright noticesLars Hjemli5-0/+372 2006-12-10Add caching infrastructureLars Hjemli9-28/+353