Remove whitespace
This commit is contained in:
parent
e8df3ee113
commit
74042f01e1
|
@ -45,7 +45,7 @@ use:
|
||||||
</div>
|
</div>
|
||||||
</description>
|
</description>
|
||||||
<pubDate>{{ email.date|date('D, d M Y H:i:s') }} GMT</pubDate>
|
<pubDate>{{ email.date|date('D, d M Y H:i:s') }} GMT</pubDate>
|
||||||
<snippet>{{ email.snippet }}</snippet>
|
<snippet>{{ email.snippet|trim }}</snippet>
|
||||||
{% if tags is not empty -%}
|
{% if tags is not empty -%}
|
||||||
<tags>
|
<tags>
|
||||||
{{- tags|join(' ') -}}
|
{{- tags|join(' ') -}}
|
||||||
|
|
Loading…
Reference in a new issue