Maintenance: Fixed inconsistent usage of Setting html_email_css_font.

This commit is contained in:
Thorsten Eckel 2019-03-11 14:35:12 +01:00
parent b19ac485bf
commit 2f0f01a0d0

View file

@ -72,5 +72,5 @@
}
</style>
</head>
<body style="###html_email_css_font###">###html###</body>
<body style="###html_email_css_font###;">###html###</body>
</html>