From 355ffd9d540f8065ffac5fad3f97e8f379dfe4aa Mon Sep 17 00:00:00 2001 From: David Fugate <dfugate@microsoft.com> Date: Tue, 31 May 2011 13:42:12 -0700 Subject: [PATCH] Fixed minor typo (see https://bugs.ecmascript.org/show_bug.cgi?id=74). --- website/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/default.html b/website/default.html index 31afab0f78..91467c3ec9 100644 --- a/website/default.html +++ b/website/default.html @@ -77,7 +77,7 @@ <div class="content-dev"> <p class="headers">Development</p> <p class="content">Test262 is being developed by the members of Ecma TC39. Ecma's intellectual property policies, permit only Ecma - members to directly contribute code to the project. However, a <a href='javascript:void(window.open("http://mail.mozilla.org/pipermail/test262-discuss/"));'>public mailing list</a> is used to coordinate development of Test62. If you wish to participate in the discussion please <a href='javascript:void(window.open("http://mail.mozilla.org/listinfo/test262-discuss"));'>subscribe</a>. Bug reports and suggestions should be sent to the mailing list. + members to directly contribute code to the project. However, a <a href='javascript:void(window.open("http://mail.mozilla.org/pipermail/test262-discuss/"));'>public mailing list</a> is used to coordinate development of Test262. If you wish to participate in the discussion please <a href='javascript:void(window.open("http://mail.mozilla.org/listinfo/test262-discuss"));'>subscribe</a>. Bug reports and suggestions should be sent to the mailing list. </p> <p class="content"> Ecma members can find detailed instructions on Test262 development procedures at the <a href='javascript:void(window.open("http://wiki.ecmascript.org/doku.php?id=test262:test262"));'>Test262 Wiki</a>. -- GitLab