Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradly Feeley <bradlyf@gmail.com>2012-11-03 22:01:02 +0400
committerBradly Feeley <bradlyf@gmail.com>2012-11-03 22:15:01 +0400
commit381d967ec84021ebab3db4172435ff2a4c33e409 (patch)
tree6595adb0911c197422b724211fd8aa7dc810f29f /docs/templates/pages/base-css.mustache
parentfc42ac6a56a5ce4ad58ff3d817a369cd57345d1b (diff)
Change example email addresses to use RFC 2606 reserved example domain.
Diffstat (limited to 'docs/templates/pages/base-css.mustache')
-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 e0a0280687..0687954026 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}}first.last@gmail.com{{/i}}</a>
+ <a href="mailto:#">{{_i}}first.last@example.com{{/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}}first.last@gmail.com{{/i}}&lt;/a&gt;
+ &lt;a href="mailto:#"&gt;{{_i}}first.last@example.com{{/i}}&lt;/a&gt;
&lt;/address&gt;
</pre>