diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-10 22:07:17 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-10 22:07:17 +0200 |
commit | 5e5d848b1324cc5ea3991276f2a0750883e5aab0 (patch) | |
tree | 50135bb4613d5486225b7cf90e409e4209bf9a76 /internal/feed/template/html.tpl.go | |
parent | 26c4cd410eee27c6e5764d991d3f495635c87faf (diff) | |
download | feed2imap-go-5e5d848b1324cc5ea3991276f2a0750883e5aab0.tar.gz feed2imap-go-5e5d848b1324cc5ea3991276f2a0750883e5aab0.tar.bz2 feed2imap-go-5e5d848b1324cc5ea3991276f2a0750883e5aab0.zip |
Text part in emails
Diffstat (limited to 'internal/feed/template/html.tpl.go')
-rw-r--r-- | internal/feed/template/html.tpl.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/feed/template/html.tpl.go b/internal/feed/template/html.tpl.go index 4626188..be84030 100644 --- a/internal/feed/template/html.tpl.go +++ b/internal/feed/template/html.tpl.go @@ -1,9 +1,9 @@ package template -var Html = fromString("Feed", feedTpl) +var Html = fromString("Feed", htmlTpl, true) //noinspection HtmlDeprecatedAttribute,HtmlUnknownTarget -const feedTpl = `{{- /*gotype:github.com/Necoro/feed2imap-go/internal/feed.feeditem*/ -}} +const htmlTpl = `{{- /*gotype:github.com/Necoro/feed2imap-go/internal/feed.feeditem*/ -}} {{define "bottomLine"}} {{if .content}} <tr> |