Skip to content

Commit

Permalink
reboot: Fix mailto address (#27700)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Nov 21, 2018
1 parent 487bd52 commit 73a98d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.1/content/reboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ The `<address>` element is updated to reset the browser default `font-style` fro

<address>
<strong>Full Name</strong><br>
<a href="mailto:#">first.last@example.com</a>
<a href="mailto:first.last@example.com">first.last@example.com</a>
</address>
</div>

Expand Down

0 comments on commit 73a98d9

Please sign in to comment.