Skip to content

Commit

Permalink
Update email-inlined.html with lang attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
leemunroe authored Dec 15, 2023
1 parent ad11437 commit b8b3256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email-inlined.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down

3 comments on commit b8b3256

@jos3fox
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it recommend change that depend of user's locale? ex. lang="es" or lang="pt"

@leemunroe
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes absolutely. Here is a list.

Its also good recommended you add this to the first element inside the body - I need to update the template to do this. Per these instructions.

@jos3fox
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really appreciate your reply @leemunroe I really do.

if you have time, check this out that I did opening question in issue tag here github. #199

Thanks for all!

Please sign in to comment.