Skip to content

Commit

Permalink
Update email.html.eex
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple authored Jul 20, 2021
1 parent 2351cd5 commit 33342ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/templates/layout/email.html.eex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" / >
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title><%= @email.subject %></title>
</head>
Expand Down

0 comments on commit 33342ee

Please sign in to comment.