mirror of
https://github.com/lukin/keywind.git
synced 2025-01-10 09:56:25 +00:00
feat: html lang attribute for email
This commit is contained in:
parent
73f51380f4
commit
44e4573c63
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<#macro emailLayout>
|
<#macro emailLayout>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" xmlns:v="urn:schemas-microsoft-com:vml">
|
<html lang="${locale}" xmlns:v="urn:schemas-microsoft-com:vml">
|
||||||
<head>
|
<head>
|
||||||
<@document.kw script=script />
|
<@document.kw script=script />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<#macro emailLayout>
|
<#macro emailLayout>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" xmlns:v="urn:schemas-microsoft-com:vml">
|
<html lang="${locale}" xmlns:v="urn:schemas-microsoft-com:vml">
|
||||||
<head>
|
<head>
|
||||||
<@document.kw script=script />
|
<@document.kw script=script />
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue