Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Butler <kate@innocraft.com>2019-03-17 22:08:14 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-03-17 22:08:14 +0300
commitcdbf954ebeb1e5127df0a0f41c763d16abf8b7f0 (patch)
treebd65efa336fe6221eba4725f1765b0193e96f828 /plugins/CoreHome/templates
parent9aabd38bcd6d1a5712fd177928faf8eaa60161dd (diff)
Add line break to email footer when whitelabel plugin active (#14200)
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_htmlEmailFooter.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/_htmlEmailFooter.twig b/plugins/CoreHome/templates/_htmlEmailFooter.twig
index cc3c466957..9e29a380ad 100644
--- a/plugins/CoreHome/templates/_htmlEmailFooter.twig
+++ b/plugins/CoreHome/templates/_htmlEmailFooter.twig
@@ -5,6 +5,8 @@
{% if hasHorizontalRule %}
<hr style=" border: 0; margin-top: 50px; height: 1px; background-image: linear-gradient(to right, rgba(231, 231, 231, 0), rgba(231, 231, 231, 1), rgba(2311, 2311, 231, 0));">
+{% else %}
+ <br/>
{% endif %}
{% if not hasWhiteLabel %}