Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Correct <br /> Tags and set Title
Browse files Browse the repository at this point in the history
  • Loading branch information
Meistercoach83 authored and rhutchison committed Aug 21, 2015
1 parent 7b880e9 commit 4b43c4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 4b43c4e

Please sign in to comment.