Closed
Bug 228654
Opened 21 years ago
Closed 21 years ago
MailNews end user FAQ: email address not defined by mailto:
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: endico)
References
()
Details
On http://www.mozilla.org/mailnews/end-user-faq.html, the link to Seth's email
address lacks the mailto: in front of it, so it is treated like an http link.
This, of course, does not work.
Index: mozilla-org/html/mailnews/end-user-faq.html
===================================================================
RCS file: /cvsroot/mozilla-org/html/mailnews/end-user-faq.html,v
retrieving revision 1.2
diff -u -r1.2 end-user-faq.html
--- mozilla-org/html/mailnews/end-user-faq.html 6 Sep 2003 23:33:16 -0000 1.2
+++ mozilla-org/html/mailnews/end-user-faq.html 16 Dec 2003 12:58:29 -0000
@@ -6,7 +6,7 @@
</head>
<body>
<div style="text-align: center;"> End User FAQ<br>
-<a href="sspitzer@mozilla.org"> Seth Spitzer</a><br>
+<a href="mailto:sspitzer@mozilla.org"> Seth Spitzer</a><br>
</div>
<br>
Most end user questions for Mozilla mailnews apply to Netscape 7.x, so
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•