diff options
| author | François Robichet <[email protected]> | 2012-01-24 21:57:30 +0100 |
|---|---|---|
| committer | François Robichet <[email protected]> | 2012-01-24 21:57:30 +0100 |
| commit | 540d229eba6e65c0d18b706df73fb51322b5ea40 (patch) | |
| tree | 5c0ba69e89ba100ef1c08e598edd24aa9859e1c4 | |
| parent | f32866c2fceee5b760d0647884b9e63be8ed8888 (diff) | |
| download | bootstrap-540d229eba6e65c0d18b706df73fb51322b5ea40.tar.xz bootstrap-540d229eba6e65c0d18b706df73fb51322b5ea40.zip | |
Fixed a mailto typo
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index f21f25f6b..79200009a 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -181,7 +181,7 @@ </address> <address> <strong>Full Name</strong><br> - <a mailto="#">[email protected]</a> + <a href="mailto:#">[email protected]</a> </address> </div> <div class="span4"> |
