]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Replace 2x non-RFC2606 email addresses 4473/head
authorPete Cooper <gaekwad@gmail.com>
Tue, 18 Feb 2014 11:26:19 +0000 (11:26 +0000)
committerPete Cooper <gaekwad@gmail.com>
Tue, 18 Feb 2014 11:26:19 +0000 (11:26 +0000)
Switched docs email domain to avoid a buttload of spam to non-RFC2606
address.

See also: https://github.com/zurb/foundation/pull/4418

Background: http://tools.ietf.org/search/rfc2606

doc/includes/typography/examples_typography_vcard.html
doc/includes/typography/examples_typography_vcard_rendered.html

index fd7657d167e6c175cce8a53b2fea431ddaf6a748..f9cb2e457eaff7bc359179d936406e988ccfb8aa 100644 (file)
@@ -3,5 +3,5 @@
   <li class="street-address">123 Colonial Ave.</li>
   <li class="locality">Caprica City</li>
   <li><span class="state">Caprica</span>, <span class="zip">12345</span></li>
-  <li class="email"><a href="#">g.baltar@cmail.com</a></li>
+  <li class="email"><a href="#">g.baltar@example.com</a></li>
 </ul>
\ No newline at end of file
index 9c767b4db339990d4732312116a91174db038dcb..e093021a669b8f7241e3f84a47a0c21399a23281 100644 (file)
@@ -5,7 +5,7 @@
   <li class="street-address">123 Colonial Ave.</li>
   <li class="locality">Caprica City</li>
   <li><span class="state">Caprica</span>, <span class="zip">12345</span></li>
-  <li class="email"><a href="#">g.baltar@cmail.com</a></li>
+  <li class="email"><a href="#">g.baltar@example.com</a></li>
 </ul>
 ```
 {{/markdown}}
\ No newline at end of file