0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

reboot: Fix mailto address (#27700)

This commit is contained in:
XhmikosR 2018-11-21 15:24:38 +02:00 committed by GitHub
parent 487bd521e3
commit 73a98d9738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>