Correct <br /> Tags and set Title

This commit is contained in:
Meistercoach83
2015-08-16 21:55:49 +02:00
committed by Ryan Hutchison
parent 7b880e986d
commit 4b43c4ef32
2 changed files with 7 additions and 6 deletions

View File

@@ -2,14 +2,15 @@
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<p>Dear {{name}},</p>
<p></p>
<p>This is a confirmation that the password for your account has just been changed</p>
<br>
<br>
<br />
<br />
<p>The {{appName}} Support Team</p>
</body>

View File

@@ -2,20 +2,20 @@
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<p>Dear {{name}},</p>
<br>
<br />
<p>
You have requested to have your password reset for your account at {{appName}}
</p>
<p>Please visit this url to reset your password:</p>
<p>{{url}}</p>
<strong>If you didn't make this request, you can ignore this email.</strong>
<br>
<br>
<br />
<br />
<p>The {{appName}} Support Team</p>
</body>