mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Newsletter footer inherit styles
This commit is contained in:
parent
2c9a7ced13
commit
b3c7256bcf
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ class Newsletter(object):
|
|||
newsletter_rendered = newsletter_rendered.replace(
|
||||
'<!-- FOOTER MESSAGE - DO NOT REMOVE -->',
|
||||
'Newsletter generated by <a href="https://tautulli.com" target="_blank" '
|
||||
'style="text-decoration: underline;color: #fff;font-size: 12px;">Tautulli</a>.'
|
||||
'style="text-decoration: underline;color: inherit;font-size: inherit;">Tautulli</a>.'
|
||||
)
|
||||
return newsletter_rendered
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue