aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorBradly Feeley <[email protected]>2012-11-03 12:01:02 -0600
committerBradly Feeley <[email protected]>2012-11-03 12:15:01 -0600
commit381d967ec84021ebab3db4172435ff2a4c33e409 (patch)
tree6595adb0911c197422b724211fd8aa7dc810f29f /docs/templates
parentfc42ac6a56a5ce4ad58ff3d817a369cd57345d1b (diff)
downloadbootstrap-381d967ec84021ebab3db4172435ff2a4c33e409.tar.xz
bootstrap-381d967ec84021ebab3db4172435ff2a4c33e409.zip
Change example email addresses to use RFC 2606 reserved example domain.
Diffstat (limited to 'docs/templates')
-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>