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

Commit

Permalink
Merge pull request #836 from Gym/0.4.1
Browse files Browse the repository at this point in the history
Correct <br /> Tags and set Title
  • Loading branch information
lirantal committed Aug 22, 2015
2 parents 7b880e9 + 4b43c4e commit b1f814e
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 b1f814e

Please sign in to comment.