mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
reboot: Fix mailto address (#27700)
This commit is contained in:
@@ -307,7 +307,7 @@ The `<address>` element is updated to reset the browser default `font-style` fro
|
|||||||
|
|
||||||
<address>
|
<address>
|
||||||
<strong>Full Name</strong><br>
|
<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>
|
</address>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user