diff --git a/collects/scribble/base.ss b/collects/scribble/base.ss index 00727776f7..a8545a84e5 100644 --- a/collects/scribble/base.ss +++ b/collects/scribble/base.ss @@ -143,7 +143,7 @@ (regexp-replace* #rx"[.]" (regexp-replace* #rx"@" email " at ") " dot ") - email) + (hyperlink (string-append "mailto:" email) email)) ">"))) ;; ---------------------------------------- diff --git a/collects/unstable/scribblings/poly-c.scrbl b/collects/unstable/scribblings/poly-c.scrbl index c3ff8cf6f7..662f13d690 100644 --- a/collects/unstable/scribblings/poly-c.scrbl +++ b/collects/unstable/scribblings/poly-c.scrbl @@ -12,7 +12,7 @@ @defmodule[unstable/poly-c] @author[@author+email["Sam Tobin-Hochstadt" "samth@ccs.neu.edu"] - @author+email["Carl Eastlund" "cce@ccs.neu.edu" #:obfuscate? #t]] + @author+email["Carl Eastlund" "cce@ccs.neu.edu"]] @defform[(poly/c ([id+ id-] ...) cnt)]{