aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}
é 'Necoro' Neumann2-82/+128 2008-07-03New plugin system - first hackRené 'Necoro' Neumann2-420/+683 2008-06-30Now the new design is able to do the same as the old oneRené 'Necoro' Neumann3-168/+182 2008-06-30First draft of the new plugin windowRené 'Necoro' Neumann1-8/+172 2008-06-30Added stuff to plugin.pyRené 'Necoro' Neumann1-2/+24 2008-06-25Now load 22 versions when running the correct portageRené 'Necoro' Neumann4-8/+18 2008-06-25Added Package_22 and System_22René 'Necoro' Neumann4-5/+63