From 5144ffebc72ea88253e80ad88dfe3537086ab389 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Tue, 18 Feb 2014 11:26:19 +0000 Subject: [PATCH] Replace 2x non-RFC2606 email addresses 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 | 2 +- doc/includes/typography/examples_typography_vcard_rendered.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/includes/typography/examples_typography_vcard.html b/doc/includes/typography/examples_typography_vcard.html index fd7657d16..f9cb2e457 100644 --- a/doc/includes/typography/examples_typography_vcard.html +++ b/doc/includes/typography/examples_typography_vcard.html @@ -3,5 +3,5 @@
  • 123 Colonial Ave.
  • Caprica City
  • Caprica, 12345
  • -
  • g.baltar@cmail.com
  • +
  • g.baltar@example.com
  • \ No newline at end of file diff --git a/doc/includes/typography/examples_typography_vcard_rendered.html b/doc/includes/typography/examples_typography_vcard_rendered.html index 9c767b4db..e093021a6 100644 --- a/doc/includes/typography/examples_typography_vcard_rendered.html +++ b/doc/includes/typography/examples_typography_vcard_rendered.html @@ -5,7 +5,7 @@
  • 123 Colonial Ave.
  • Caprica City
  • Caprica, 12345
  • -
  • g.baltar@cmail.com
  • +
  • g.baltar@example.com
  • ``` {{/markdown}} \ No newline at end of file -- 2.47.2