aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-03 13:12:02 -0700
committerMark Otto <[email protected]>2012-11-03 13:12:02 -0700
commit2f39f86bd78457fd010d91c94604d271ce674892 (patch)
tree6595adb0911c197422b724211fd8aa7dc810f29f /docs/templates/pages
parentfc42ac6a56a5ce4ad58ff3d817a369cd57345d1b (diff)
parent381d967ec84021ebab3db4172435ff2a4c33e409 (diff)
downloadbootstrap-2f39f86bd78457fd010d91c94604d271ce674892.tar.xz
bootstrap-2f39f86bd78457fd010d91c94604d271ce674892.zip
Merge pull request #5777 from bradly/change-example-emails-in-docs
Change example email addresses to use RFC 2606 reserved example domain.
Diffstat (limited to 'docs/templates/pages')
-rw-r--r--docs/templates/pages/base-css.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index e0a028068..068795402 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -162,7 +162,7 @@
</address>
<address>
<strong>{{_i}}Full Name{{/i}}</strong><br>
- <a href="mailto:#">{{_i}}[email protected]{{/i}}</a>
+ <a href="mailto:#">{{_i}}[email protected]{{/i}}</a>
</address>
</div>
<pre class="prettyprint linenums">
@@ -175,7 +175,7 @@
&lt;address&gt;
&lt;strong&gt;{{_i}}Full Name{{/i}}&lt;/strong&gt;&lt;br&gt;
- &lt;a href="mailto:#"&gt;{{_i}}[email protected]{{/i}}&lt;/a&gt;
+ &lt;a href="mailto:#"&gt;{{_i}}[email protected]{{/i}}&lt;/a&gt;
&lt;/address&gt;
</pre>