From: Mike G. v. a. <we...@ma...> - 2008-07-02 17:33:46
|
Log Message: ----------- forward port of typo correction in url Modified Files: -------------- webwork2/lib/WeBWorK/ContentGenerator: CourseAdmin.pm Revision Data ------------- Index: CourseAdmin.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm,v retrieving revision 1.76 retrieving revision 1.77 diff -Llib/WeBWorK/ContentGenerator/CourseAdmin.pm -Llib/WeBWorK/ContentGenerator/CourseAdmin.pm -u -r1.76 -r1.77 --- lib/WeBWorK/ContentGenerator/CourseAdmin.pm +++ lib/WeBWorK/ContentGenerator/CourseAdmin.pm @@ -2445,8 +2445,8 @@ CGI::p("If you are using your WeBWorK server for courses please help us out by registering your server."), CGI::p("We are often asked how many institutions are using WeBWorK and how many students are using WeBWorK Since WeBWorK is open source and can be freely downloaded from ". - CGI::a({href=>'http://www.openwebwork.org'},'http://www.openwebwork.org' ). " and ". - CGI::a({href=> 'http://webwork.maa.org'},'http://www.openwebwork.org'). ", it is frequently difficult for us to give a reasonable answer to this + CGI::a({href=>'http://webwork.maa.org'},'http://webwork.maa.org' ). " and ". + CGI::a({href=> 'http://www.openwebwork.org'},'http://www.openwebwork.org'). ", it is frequently difficult for us to give a reasonable answer to this question."), CGI::p("You can help by registering your current version of WeBWorK -- click the button, answer a few questions (the ones you can answer easily) and send the email. It takes less than two minutes. Thank you!. -- The WeBWorK Team"), |