mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Add a space to the contact email
This commit is contained in:
parent
8cacedf5f7
commit
babb0dc2a8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><strong>Name:</strong> {{ $contact['name'] }}</p>
|
<p><strong>Name:</strong> {{ $contact['name'] }}</p>
|
||||||
<p><strong>Email:</strong> {{ $contact['email'] }}</p>
|
<p><strong>Email:</strong> {{ $contact['email'] }}</p>
|
||||||
|
|
Loading…
Reference in a new issue