diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-02 17:53:32 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-06-04 09:05:44 +0200 |
commit | 81fe3c67c5d70e69aa2d965a41afd7331cd4fb76 (patch) | |
tree | 1c2e81d9e609a71f87aa5c29172200b6b283a66f /server/lib/emails | |
parent | 140ea386dea49220f4cdd5b67027e8d30eee1b06 (diff) | |
download | PeerTube-81fe3c67c5d70e69aa2d965a41afd7331cd4fb76.tar.gz PeerTube-81fe3c67c5d70e69aa2d965a41afd7331cd4fb76.tar.zst PeerTube-81fe3c67c5d70e69aa2d965a41afd7331cd4fb76.zip |
fix duplicate id in svg, empty alt in base email
Diffstat (limited to 'server/lib/emails')
-rw-r--r-- | server/lib/emails/common/base.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/emails/common/base.pug b/server/lib/emails/common/base.pug index 9a1894cab..b66a2a6d7 100644 --- a/server/lib/emails/common/base.pug +++ b/server/lib/emails/common/base.pug | |||
@@ -197,7 +197,7 @@ body(width="100%" style="margin: 0; padding: 0 !important; mso-line-height-rule: | |||
197 | table(role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%") | 197 | table(role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%") |
198 | tr | 198 | tr |
199 | td(width="40px") | 199 | td(width="40px") |
200 | img(src=`${WEBSERVER.URL}/client/assets/images/icons/icon-192x192.png` width="auto" height="30px" alt="icon" border="0" style="height: 30px; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 15px; color: #555555;") | 200 | img(src=`${WEBSERVER.URL}/client/assets/images/icons/icon-192x192.png` width="auto" height="30px" alt="" border="0" style="height: 30px; background: #ffffff; font-family: sans-serif; font-size: 15px; line-height: 15px; color: #555555;") |
201 | td | 201 | td |
202 | h1(style='margin: 10px 0 10px 0; font-family: sans-serif; font-size: 25px; line-height: 30px; color: #333333; font-weight: normal;') | 202 | h1(style='margin: 10px 0 10px 0; font-family: sans-serif; font-size: 25px; line-height: 30px; color: #333333; font-weight: normal;') |
203 | block title | 203 | block title |