feat: html lang attribute for email

This commit is contained in:
Paul Werner 2023-09-29 15:01:38 +02:00
parent 73f51380f4
commit 44e4573c63
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<#macro emailLayout>
<!DOCTYPE html>
<html lang="en" xmlns:v="urn:schemas-microsoft-com:vml">
<html lang="${locale}" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<@document.kw script=script />
</head>

View file

@ -8,7 +8,7 @@
<#macro emailLayout>
<!DOCTYPE html>
<html lang="en" xmlns:v="urn:schemas-microsoft-com:vml">
<html lang="${locale}" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<@document.kw script=script />
</head>